OrderPropsMatchTable extends DataManager
Class PropertyBindingTable
Fields:
- ID int mandatory
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_OrderPropsMatch_Collection
- createObject() : EO_OrderPropsMatch
- getById() : EO_OrderPropsMatch_Result
- getByPrimary() : EO_OrderPropsMatch_Result
- getByPropertyId() : mixed
- getEntity() : EO_OrderPropsMatch_Entity
- getFilePath() : string
- Returns path to the file which contains definition of the class.
- getList() : EO_OrderPropsMatch_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- Returns DB table name for entity.
- query() : EO_OrderPropsMatch_Query
- wakeUpCollection() : EO_OrderPropsMatch_Collection
- wakeUpObject() : EO_OrderPropsMatch
Methods
createCollection()
public
static createCollection() : EO_OrderPropsMatch_Collection
Return values
EO_OrderPropsMatch_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_OrderPropsMatch
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_OrderPropsMatchgetById()
public
static getById(mixed $id) : EO_OrderPropsMatch_Result
Parameters
- $id : mixed
Return values
EO_OrderPropsMatch_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_OrderPropsMatch_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_OrderPropsMatch_ResultgetByPropertyId()
public
static getByPropertyId(mixed $propertyId) : mixed
Parameters
- $propertyId : mixed
getEntity()
public
static getEntity() : EO_OrderPropsMatch_Entity
Return values
EO_OrderPropsMatch_EntitygetFilePath()
Returns path to the file which contains definition of the class.
public
static getFilePath() : string
Return values
stringgetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_OrderPropsMatch_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_OrderPropsMatch_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_OrderPropsMatch_Query
Return values
EO_OrderPropsMatch_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_OrderPropsMatch_Collection
Parameters
- $rows : mixed
Return values
EO_OrderPropsMatch_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_OrderPropsMatch
Parameters
- $row : mixed