MessageClosureTable extends DataManager
Class MessageClosureTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_MessageClosure_Collection
- createObject() : EO_MessageClosure
- getById() : EO_MessageClosure_Result
- getByPrimary() : EO_MessageClosure_Result
- getEntity() : EO_MessageClosure_Entity
- getFilePath() : mixed
- getList() : EO_MessageClosure_Result
- getMap() : mixed
- getTableName() : mixed
- insertIgnoreFromSelect() : int
- Insert ignore with raw sql
- insertIgnoreFromSql() : int
- Insert ignore from select
- query() : EO_MessageClosure_Query
- wakeUpCollection() : EO_MessageClosure_Collection
- wakeUpObject() : EO_MessageClosure
Methods
createCollection()
public
static createCollection() : EO_MessageClosure_Collection
Return values
EO_MessageClosure_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_MessageClosure
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_MessageClosuregetById()
public
static getById(mixed $id) : EO_MessageClosure_Result
Parameters
- $id : mixed
Return values
EO_MessageClosure_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_MessageClosure_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_MessageClosure_ResultgetEntity()
public
static getEntity() : EO_MessageClosure_Entity
Return values
EO_MessageClosure_EntitygetFilePath()
public
static getFilePath() : mixed
getList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_MessageClosure_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_MessageClosure_ResultgetMap()
public
static getMap() : mixed
getTableName()
public
static getTableName() : mixed
insertIgnoreFromSelect()
Insert ignore with raw sql
public
static insertIgnoreFromSelect(string $fromSelect) : int
Parameters
- $fromSelect : string
-
Raw Sql
Return values
int —Affected rows
insertIgnoreFromSql()
Insert ignore from select
public
static insertIgnoreFromSql(string $sql) : int
Parameters
- $sql : string
-
Sql for insert (values(), or select)
Return values
int —Affected rows
query()
public
static query() : EO_MessageClosure_Query
Return values
EO_MessageClosure_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_MessageClosure_Collection
Parameters
- $rows : mixed
Return values
EO_MessageClosure_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_MessageClosure
Parameters
- $row : mixed