RelationTable extends DataManager
Class RelationTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_Relation_Collection
- createObject() : EO_Relation
- deleteByRecycleBin() : mixed
- deleteJunks() : mixed
- getById() : EO_Relation_Result
- getByPrimary() : EO_Relation_Result
- getEntity() : EO_Relation_Entity
- getList() : EO_Relation_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_Relation_Query
- registerRecycleBin() : mixed
- unregisterRecycleBin() : mixed
- updateEntityID() : mixed
- upsert() : mixed
- wakeUpCollection() : EO_Relation_Collection
- wakeUpObject() : EO_Relation
Methods
createCollection()
public
static createCollection() : EO_Relation_Collection
Return values
EO_Relation_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Relation
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_RelationdeleteByRecycleBin()
public
static deleteByRecycleBin(mixed $recycleBinID) : mixed
Parameters
- $recycleBinID : mixed
deleteJunks()
public
static deleteJunks() : mixed
getById()
public
static getById(mixed $id) : EO_Relation_Result
Parameters
- $id : mixed
Return values
EO_Relation_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Relation_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Relation_ResultgetEntity()
public
static getEntity() : EO_Relation_Entity
Return values
EO_Relation_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Relation_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Relation_ResultgetMap()
public
static getMap() : mixed
Tags
getTableName()
public
static getTableName() : mixed
Tags
query()
public
static query() : EO_Relation_Query
Return values
EO_Relation_QueryregisterRecycleBin()
public
static registerRecycleBin(mixed $entityTypeID, mixed $entityID, mixed $recycleBinID) : mixed
Parameters
- $entityTypeID : mixed
- $entityID : mixed
- $recycleBinID : mixed
unregisterRecycleBin()
public
static unregisterRecycleBin(mixed $recycleBinID) : mixed
Parameters
- $recycleBinID : mixed
updateEntityID()
public
static updateEntityID(mixed $entityTypeID, mixed $oldEntityID, mixed $newEntityID[, mixed $recyclingEntityID = 0 ]) : mixed
Parameters
- $entityTypeID : mixed
- $oldEntityID : mixed
- $newEntityID : mixed
- $recyclingEntityID : mixed = 0
upsert()
public
static upsert(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Relation_Collection
Parameters
- $rows : mixed
Return values
EO_Relation_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Relation
Parameters
- $row : mixed