FlowRobotTable extends DataManager uses DeleteByFilterTrait
Class FlowRobotTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : FlowRobotCollection
- createObject() : FlowRobot
- deleteByFilter() : void
- getById() : EO_FlowRobot_Result
- getByPrimary() : EO_FlowRobot_Result
- getCollectionClass() : string
- getEntity() : EO_FlowRobot_Entity
- getList() : EO_FlowRobot_Result
- getMap() : array<string|int, mixed>
- getObjectClass() : string
- getScalarMap() : array<string|int, mixed>
- getTableName() : string
- query() : EO_FlowRobot_Query
- wakeUpCollection() : FlowRobotCollection
- wakeUpObject() : FlowRobot
Methods
createCollection()
public
static createCollection() : FlowRobotCollection
Return values
FlowRobotCollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : FlowRobot
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
FlowRobotdeleteByFilter()
public
static deleteByFilter(array<string|int, mixed> $filter) : void
Parameters
- $filter : array<string|int, mixed>
Tags
getById()
public
static getById(mixed $id) : EO_FlowRobot_Result
Parameters
- $id : mixed
Return values
EO_FlowRobot_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_FlowRobot_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_FlowRobot_ResultgetCollectionClass()
public
static getCollectionClass() : string
Return values
stringgetEntity()
public
static getEntity() : EO_FlowRobot_Entity
Return values
EO_FlowRobot_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_FlowRobot_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_FlowRobot_ResultgetMap()
public
static getMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getObjectClass()
public
static getObjectClass() : string
Return values
stringgetScalarMap()
public
static getScalarMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_FlowRobot_Query
Return values
EO_FlowRobot_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : FlowRobotCollection
Parameters
- $rows : mixed
Return values
FlowRobotCollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : FlowRobot
Parameters
- $row : mixed