RestAppLangTable extends DataManager
Class RestAppLangTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_RestAppLang_Collection
- createObject() : EO_RestAppLang
- deleteByApp() : mixed
- getById() : EO_RestAppLang_Result
- getByPrimary() : EO_RestAppLang_Result
- getEntity() : EO_RestAppLang_Entity
- getList() : EO_RestAppLang_Result
- getMap() : array<string|int, mixed>
- Returns entity map definition.
- getTableName() : string
- query() : EO_RestAppLang_Query
- validateLanguageId() : array<string|int, mixed>
- Returns validators for LANGUAGE_ID field.
- validateVarchar1000() : array<string|int, mixed>
- validateVarchar500() : array<string|int, mixed>
- wakeUpCollection() : EO_RestAppLang_Collection
- wakeUpObject() : EO_RestAppLang
Methods
createCollection()
public
static createCollection() : EO_RestAppLang_Collection
Return values
EO_RestAppLang_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_RestAppLang
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_RestAppLangdeleteByApp()
public
static deleteByApp(mixed $appId) : mixed
Parameters
- $appId : mixed
getById()
public
static getById(mixed $id) : EO_RestAppLang_Result
Parameters
- $id : mixed
Return values
EO_RestAppLang_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_RestAppLang_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RestAppLang_ResultgetEntity()
public
static getEntity() : EO_RestAppLang_Entity
Return values
EO_RestAppLang_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_RestAppLang_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RestAppLang_ResultgetMap()
Returns entity map definition.
public
static getMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getTableName()
public
static getTableName() : string
Return values
stringquery()
public
static query() : EO_RestAppLang_Query
Return values
EO_RestAppLang_QueryvalidateLanguageId()
Returns validators for LANGUAGE_ID field.
public
static validateLanguageId() : array<string|int, mixed>
Return values
array<string|int, mixed>validateVarchar1000()
public
static validateVarchar1000() : array<string|int, mixed>
Return values
array<string|int, mixed>validateVarchar500()
public
static validateVarchar500() : array<string|int, mixed>
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_RestAppLang_Collection
Parameters
- $rows : mixed
Return values
EO_RestAppLang_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_RestAppLang
Parameters
- $row : mixed