RoleAccessTable extends DataManager
Class RoleAccessTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_RoleAccess_Collection
- createObject() : EO_RoleAccess
- deleteByRoleId() : DeleteResult
- Deletes all access codes associated with the specified role.
- getById() : EO_RoleAccess_Result
- getByPrimary() : EO_RoleAccess_Result
- getEntity() : EO_RoleAccess_Entity
- getList() : EO_RoleAccess_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_RoleAccess_Query
- truncate() : DeleteResult
- Deletes all records from the table
- wakeUpCollection() : EO_RoleAccess_Collection
- wakeUpObject() : EO_RoleAccess
Methods
createCollection()
public
static createCollection() : EO_RoleAccess_Collection
Return values
EO_RoleAccess_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_RoleAccess
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_RoleAccessdeleteByRoleId()
Deletes all access codes associated with the specified role.
public
static deleteByRoleId(int $roleId) : DeleteResult
Parameters
- $roleId : int
-
Id of the role.
Tags
Return values
DeleteResultgetById()
public
static getById(mixed $id) : EO_RoleAccess_Result
Parameters
- $id : mixed
Return values
EO_RoleAccess_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_RoleAccess_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RoleAccess_ResultgetEntity()
public
static getEntity() : EO_RoleAccess_Entity
Return values
EO_RoleAccess_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_RoleAccess_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RoleAccess_ResultgetMap()
public
static getMap() : mixed
Tags
getTableName()
public
static getTableName() : mixed
Tags
query()
public
static query() : EO_RoleAccess_Query
Return values
EO_RoleAccess_Querytruncate()
Deletes all records from the table
public
static truncate() : DeleteResult
Return values
DeleteResultwakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_RoleAccess_Collection
Parameters
- $rows : mixed
Return values
EO_RoleAccess_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_RoleAccess
Parameters
- $row : mixed