CustomTypeTable extends DataManager
Class CustomTypeTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_CustomType_Collection
- createObject() : EO_CustomType
- getById() : EO_CustomType_Result
- getByPrimary() : EO_CustomType_Result
- getEntity() : EO_CustomType_Entity
- getList() : EO_CustomType_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_CustomType_Query
- validateName() : array<string|int, mixed>
- Create validators for NAME field.
- wakeUpCollection() : EO_CustomType_Collection
- wakeUpObject() : EO_CustomType
Methods
createCollection()
public
static createCollection() : EO_CustomType_Collection
Return values
EO_CustomType_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_CustomType
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_CustomTypegetById()
public
static getById(mixed $id) : EO_CustomType_Result
Parameters
- $id : mixed
Return values
EO_CustomType_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomType_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomType_ResultgetEntity()
public
static getEntity() : EO_CustomType_Entity
Return values
EO_CustomType_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_CustomType_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_CustomType_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
query()
public
static query() : EO_CustomType_Query
Return values
EO_CustomType_QueryvalidateName()
Create validators for NAME field.
public
static validateName() : array<string|int, mixed>
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_CustomType_Collection
Parameters
- $rows : mixed
Return values
EO_CustomType_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_CustomType
Parameters
- $row : mixed