Bitrix API

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_Collection

createObject()

public static createObject([mixed $setDefaultValues = = 'true' ]) : EO_Role
Parameters
$setDefaultValues : mixed = = 'true'
Return values
EO_Role

getById()

public static getById(mixed $id) : EO_Role_Result
Parameters
$id : mixed
Return values
EO_Role_Result

getByPrimary()

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_Result

getEntity()

public static getEntity() : EO_Role_Entity
Return values
EO_Role_Entity

getList()

public static getList([array<string|int, mixed> $parameters = = '[]' ]) : EO_Role_Result
Parameters
$parameters : array<string|int, mixed> = = '[]'
Return values
EO_Role_Result

getMap()

Get map.

public static getMap() : array<string|int, mixed>
Tags
throws
SystemException
inheritdoc
Return values
array<string|int, mixed>

getTableName()

Get table name.

public static getTableName() : string
Tags
inheritdoc
Return values
string

query()

public static query() : EO_Role_Query
Return values
EO_Role_Query

validateXmlId()

Returns validators for XML_ID field.

public static validateXmlId() : array<string|int, mixed>
Tags
throws
ArgumentTypeException
Return values
array<string|int, mixed>

wakeUpCollection()

public static wakeUpCollection(mixed $rows) : EO_Role_Collection
Parameters
$rows : mixed
Return values
EO_Role_Collection

wakeUpObject()

public static wakeUpObject(mixed $row) : EO_Role
Parameters
$row : mixed
Return values
EO_Role

        
On this page

Search results