RoleTable extends DataManager
Class RoleTable
Table of Contents
Methods
- createCollection() : EO_Role_Collection
- createObject() : EO_Role
- getById() : EO_Role_Result
- getByPrimary() : EO_Role_Result
- getEntity() : EO_Role_Entity
- getList() : EO_Role_Result
- getMap() : array<string|int, mixed>
- Get map.
- getTableName() : string
- Get table name.
- query() : EO_Role_Query
- validateXmlId() : array<string|int, mixed>
- Returns validators for XML_ID field.
- wakeUpCollection() : EO_Role_Collection
- wakeUpObject() : EO_Role
Methods
createCollection()
public
static createCollection() : EO_Role_Collection
Return values
EO_Role_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Role
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_RolegetById()
public
static getById(mixed $id) : EO_Role_Result
Parameters
- $id : mixed
Return values
EO_Role_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_Role_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Role_ResultgetEntity()
public
static getEntity() : EO_Role_Entity
Return values
EO_Role_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Role_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_Role_ResultgetMap()
Get map.
public
static getMap() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getTableName()
Get table name.
public
static getTableName() : string
Tags
Return values
stringquery()
public
static query() : EO_Role_Query
Return values
EO_Role_QueryvalidateXmlId()
Returns validators for XML_ID field.
public
static validateXmlId() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>wakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_Role_Collection
Parameters
- $rows : mixed
Return values
EO_Role_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_Role
Parameters
- $row : mixed