Bitrix API

Role implements Item

Table of Contents

Interfaces

Item

Properties

$childAffectionType  : RoleChildAffectionType|null
$entityType  : RoleEntityType|null
$id  : int|null
$name  : string|null
$priority  : int|null
$xmlId  : string|null

Methods

__construct()  : mixed

Properties

$id

public int|null $id = null

$name

public string|null $name = null

$priority

public int|null $priority = 100

$xmlId

public string|null $xmlId = null

Methods

__construct()

public __construct([string|null $name = null ][, string|null $xmlId = null ][, RoleEntityType|null $entityType = null ][, RoleChildAffectionType|null $childAffectionType = null ][, int|null $id = null ][, int|null $priority = 100 ]) : mixed
Parameters
$name : string|null = null
$xmlId : string|null = null
$entityType : RoleEntityType|null = null
$childAffectionType : RoleChildAffectionType|null = null
$id : int|null = null
$priority : int|null = 100

        
On this page

Search results