ABTestTable extends DataManager
Class ABTestTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_ABTest_Collection
- createObject() : EO_ABTest
- getById() : EO_ABTest_Result
- getByPrimary() : EO_ABTest_Result
- getEntity() : EO_ABTest_Entity
- getList() : EO_ABTest_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition
- getTableName() : string
- Returns DB table name for entity
- query() : EO_ABTest_Query
- wakeUpCollection() : EO_ABTest_Collection
- wakeUpObject() : EO_ABTest
Methods
createCollection()
public
static createCollection() : EO_ABTest_Collection
Return values
EO_ABTest_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_ABTest
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_ABTestgetById()
public
static getById(mixed $id) : EO_ABTest_Result
Parameters
- $id : mixed
Return values
EO_ABTest_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_ABTest_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ABTest_ResultgetEntity()
public
static getEntity() : EO_ABTest_Entity
Return values
EO_ABTest_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_ABTest_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_ABTest_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_ABTest_Query
Return values
EO_ABTest_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_ABTest_Collection
Parameters
- $rows : mixed
Return values
EO_ABTest_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_ABTest
Parameters
- $row : mixed