PromptTable extends DataManager
Class PromptTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Constants
- TYPE_DEFAULT = 'DEFAULT'
- TYPE_SIMPLE_TEMPLATE = 'SIMPLE_TEMPLATE'
Methods
- createCollection() : EO_Prompt_Collection
- createObject() : Prompt
- delete() : DeleteResult
- getById() : EO_Prompt_Result
- getByPrimary() : EO_Prompt_Result
- getEntity() : EO_Prompt_Entity
- getList() : EO_Prompt_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getObjectClass() : mixed
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_Prompt_Query
- wakeUpCollection() : EO_Prompt_Collection
- wakeUpObject() : Prompt
Constants
TYPE_DEFAULT
public
mixed
TYPE_DEFAULT
= 'DEFAULT'
TYPE_SIMPLE_TEMPLATE
public
mixed
TYPE_SIMPLE_TEMPLATE
= 'SIMPLE_TEMPLATE'
Methods
createCollection()
public
static createCollection() : EO_Prompt_Collection
Return values
EO_Prompt_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : Prompt
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
Promptdelete()
public
static delete(mixed $primary) : DeleteResult
Parameters
- $primary : mixed
Return values
DeleteResultgetById()
public
static getById(mixed $id) : EO_Prompt_Result
Parameters
- $id : mixed
Return values
EO_Prompt_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Prompt_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Prompt_ResultgetEntity()
public
static getEntity() : EO_Prompt_Entity
Return values
EO_Prompt_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Prompt_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Prompt_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : mixed
getTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Prompt_Query
Return values
EO_Prompt_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Prompt_Collection
Parameters
- $rows : mixed
Return values
EO_Prompt_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : Prompt
Parameters
- $row : mixed