FieldAttributeTable extends DataManager
Class FieldAttributeTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_FieldAttribute_Collection
- createObject() : EO_FieldAttribute
- deleteByPhase() : mixed
- getById() : EO_FieldAttribute_Result
- getByPrimary() : EO_FieldAttribute_Result
- getEntity() : EO_FieldAttribute_Entity
- getList() : EO_FieldAttribute_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity
- query() : EO_FieldAttribute_Query
- wakeUpCollection() : EO_FieldAttribute_Collection
- wakeUpObject() : EO_FieldAttribute
Methods
createCollection()
public
static createCollection() : EO_FieldAttribute_Collection
Return values
EO_FieldAttribute_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_FieldAttribute
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_FieldAttributedeleteByPhase()
public
static deleteByPhase(mixed $phaseID, mixed $entityTypeID, mixed $entityScope) : mixed
Parameters
- $phaseID : mixed
- $entityTypeID : mixed
- $entityScope : mixed
getById()
public
static getById(mixed $id) : EO_FieldAttribute_Result
Parameters
- $id : mixed
Return values
EO_FieldAttribute_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_FieldAttribute_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_FieldAttribute_ResultgetEntity()
public
static getEntity() : EO_FieldAttribute_Entity
Return values
EO_FieldAttribute_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_FieldAttribute_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_FieldAttribute_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
Returns DB table name for entity
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_FieldAttribute_Query
Return values
EO_FieldAttribute_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_FieldAttribute_Collection
Parameters
- $rows : mixed
Return values
EO_FieldAttribute_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_FieldAttribute
Parameters
- $row : mixed