Arikaim CMS

ActionInterface

Content type action interface

Table of Contents

Constants

ACTION_TYPES  = [Self::CONVERT_ACTION, Self::EXPORT_ACTION, Self::IMPORT_ACTION]
CONVERT_ACTION  = 'convert'
EXPORT_ACTION  = 'export'
IMPORT_ACTION  = 'import'

Methods

execute()  : mixed
Execute action
getName()  : string
Get field name
getTitle()  : string|null
Get field title
getType()  : string
Get field type
init()  : void
Init action

Constants

ACTION_TYPES

public mixed ACTION_TYPES = [Self::CONVERT_ACTION, Self::EXPORT_ACTION, Self::IMPORT_ACTION]

Methods

getName()

Get field name

public getName() : string
Return values
string

getTitle()

Get field title

public getTitle() : string|null
Return values
string|null

getType()

Get field type

public getType() : string
Return values
string

        
On this page

Search results