RolePermissionTable extends DataManager
Class RolePermissionTable
DO NOT WRITE ANYTHING BELOW THIS
<<< ORMENTITYANNOTATION
Table of Contents
Methods
- createCollection() : EO_RolePermission_Collection
- createObject() : EO_RolePermission
- deleteByRoleId() : DeleteResult
- Deletes all permissions for the specified role.
- getById() : EO_RolePermission_Result
- getByPrimary() : EO_RolePermission_Result
- getEntity() : EO_RolePermission_Entity
- getList() : EO_RolePermission_Result
- getMap() : mixed
- getTableName() : mixed
- query() : EO_RolePermission_Query
- wakeUpCollection() : EO_RolePermission_Collection
- wakeUpObject() : EO_RolePermission
Methods
createCollection()
public
static createCollection() : EO_RolePermission_Collection
Return values
EO_RolePermission_CollectioncreateObject()
public
static createObject([mixed $setDefaultValues = = 'true' ]) : EO_RolePermission
Parameters
- $setDefaultValues : mixed = = 'true'
Return values
EO_RolePermissiondeleteByRoleId()
Deletes all permissions for 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_RolePermission_Result
Parameters
- $id : mixed
Return values
EO_RolePermission_ResultgetByPrimary()
public
static getByPrimary(mixed $primary[, array<string|int, mixed> $parameters = = '[]' ]) : EO_RolePermission_Result
Parameters
- $primary : mixed
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RolePermission_ResultgetEntity()
public
static getEntity() : EO_RolePermission_Entity
Return values
EO_RolePermission_EntitygetList()
public
static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_RolePermission_Result
Parameters
- $parameters : array<string|int, mixed> = = '[]'
Return values
EO_RolePermission_ResultgetMap()
public
static getMap() : mixed
Tags
getTableName()
public
static getTableName() : mixed
Tags
query()
public
static query() : EO_RolePermission_Query
Return values
EO_RolePermission_QuerywakeUpCollection()
public
static wakeUpCollection(mixed $rows) : EO_RolePermission_Collection
Parameters
- $rows : mixed
Return values
EO_RolePermission_CollectionwakeUpObject()
public
static wakeUpObject(mixed $row) : EO_RolePermission
Parameters
- $row : mixed