MetaFox

ActionType extends Model
in package
implements Entity Uses HasEntity

Class ActionType.

Table of Contents

Interfaces

Entity
Interface Entity.

Constants

ACTIVITYPOINT_BUY_A_POINT_PACKAGE_TYPE  = 'activitypoint_package.buy'
ACTIVITYPOINT_CONVERT_POINTS_TO_EMONEY_TYPE  = 'activitypoint_conversion_request.convert_point_to_emoney'
ACTIVITYPOINT_GIFTED_POINTS_TYPE  = 'activitypoint.gifted_points'
ACTIVITYPOINT_GIFTING_POINTS_TYPE  = 'activitypoint.gifting_points'
ACTIVITYPOINT_POINT_REVOCATION_TYPE  = 'activitypoint.point_revocation'
ACTIVITYPOINT_RECEIVE_POINTS_FROM_SELLING_ITEMS_TYPE  = 'activitypoint.receive_points_from_selling_items'
ACTIVITYPOINT_RECEIVE_POINTS_TYPE  = 'activitypoint.receive_points'
ACTIVITYPOINT_SPEND_POINTS_TYPE  = 'activitypoint.spend_points'
DEFAULT_ACTION_TYPES  = ['create']
ENTITY_TYPE  = 'action_type'

Properties

$created_at  : string
$id  : int
$label_phrase  : string
$name  : string
$package_id  : string
$updated_at  : string
$table  : mixed

Methods

entityId()  : int
entityType()  : string
moduleName()  : string

Constants

ACTIVITYPOINT_BUY_A_POINT_PACKAGE_TYPE

public mixed ACTIVITYPOINT_BUY_A_POINT_PACKAGE_TYPE = 'activitypoint_package.buy'

ACTIVITYPOINT_CONVERT_POINTS_TO_EMONEY_TYPE

public mixed ACTIVITYPOINT_CONVERT_POINTS_TO_EMONEY_TYPE = 'activitypoint_conversion_request.convert_point_to_emoney'

ACTIVITYPOINT_GIFTED_POINTS_TYPE

public mixed ACTIVITYPOINT_GIFTED_POINTS_TYPE = 'activitypoint.gifted_points'

ACTIVITYPOINT_GIFTING_POINTS_TYPE

public mixed ACTIVITYPOINT_GIFTING_POINTS_TYPE = 'activitypoint.gifting_points'

ACTIVITYPOINT_POINT_REVOCATION_TYPE

public mixed ACTIVITYPOINT_POINT_REVOCATION_TYPE = 'activitypoint.point_revocation'

ACTIVITYPOINT_RECEIVE_POINTS_FROM_SELLING_ITEMS_TYPE

public mixed ACTIVITYPOINT_RECEIVE_POINTS_FROM_SELLING_ITEMS_TYPE = 'activitypoint.receive_points_from_selling_items'

ACTIVITYPOINT_RECEIVE_POINTS_TYPE

public mixed ACTIVITYPOINT_RECEIVE_POINTS_TYPE = 'activitypoint.receive_points'

ACTIVITYPOINT_SPEND_POINTS_TYPE

public mixed ACTIVITYPOINT_SPEND_POINTS_TYPE = 'activitypoint.spend_points'

DEFAULT_ACTION_TYPES

public mixed DEFAULT_ACTION_TYPES = ['create']

ENTITY_TYPE

public mixed ENTITY_TYPE = 'action_type'

Properties

$table

protected mixed $table = 'apt_action_types'

Methods

entityId()

public entityId() : int
Return values
int

entityType()

public entityType() : string
Return values
string

moduleName()

public moduleName() : string
Return values
string

        
On this page

Search results