BlockTable extends DataManager uses DeleteByFilterTrait
Class BlockTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : BlockCollection
- createObject() : Block
- deleteByFilter() : void
- getById() : EO_Block_Result
- getByPrimary() : EO_Block_Result
- getCollectionClass() : string
- getEntity() : EO_Block_Entity
- getList() : EO_Block_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getObjectClass() : string
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_Block_Query
- wakeUpCollection() : BlockCollection
- wakeUpObject() : Block
Methods
createCollection()
public
static createCollection() : BlockCollection
Return values
BlockCollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : Block
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
BlockdeleteByFilter()
public
static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
- $filter : array<string|int, mixed>
Tags
getById()
public
static getById(mixed $id) : EO_Block_Result
Parameters
- $id : mixed
Return values
EO_Block_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Block_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Block_ResultgetCollectionClass()
public
static getCollectionClass() : string
Return values
stringgetEntity()
public
static getEntity() : EO_Block_Entity
Return values
EO_Block_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Block_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Block_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : string
Return values
stringgetTableName()
Returns DB table name for entity.
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_Block_Query
Return values
EO_Block_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : BlockCollection
Parameters
- $rows : mixed
Return values
BlockCollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : Block
Parameters
- $row : mixed