Bitrix API

RoleDTO

Table of Contents

Methods

__construct()  : mixed
code()  : string|null
createBlank()  : self
createFromDbRow()  : self
groupCode()  : string|null
id()  : int
isSystem()  : string
name()  : string

Methods

__construct()

public __construct(int $id, string $name, string $isSystem[, string|null $code = null ][, string|null $groupCode = null ]) : mixed
Parameters
$id : int
$name : string
$isSystem : string
$code : string|null = null
$groupCode : string|null = null

code()

public code() : string|null
Return values
string|null

createBlank()

public static createBlank() : self
Return values
self

createFromDbRow()

public static createFromDbRow(array<string|int, mixed> $dbRow) : self
Parameters
$dbRow : array<string|int, mixed>
Return values
self

groupCode()

public groupCode() : string|null
Return values
string|null

id()

public id() : int
Return values
int

isSystem()

public isSystem() : string
Return values
string

name()

public name() : string
Return values
string

        
On this page

Search results