PlanTable extends DataManager
Class PlanTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Plan_Collection
- createObject() : EO_Plan
- getById() : EO_Plan_Result
- getByPrimary() : EO_Plan_Result
- getEntity() : EO_Plan_Entity
- getList() : EO_Plan_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_Plan_Query
- wakeUpCollection() : EO_Plan_Collection
- wakeUpObject() : EO_Plan
Methods
createCollection()
public
static createCollection() : EO_Plan_Collection
Return values
EO_Plan_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Plan
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_PlangetById()
public
static getById(mixed $id) : EO_Plan_Result
Parameters
- $id : mixed
Return values
EO_Plan_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Plan_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Plan_ResultgetEntity()
public
static getEntity() : EO_Plan_Entity
Return values
EO_Plan_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Plan_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Plan_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_Plan_Query
Return values
EO_Plan_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Plan_Collection
Parameters
- $rows : mixed
Return values
EO_Plan_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Plan
Parameters
- $row : mixed