Bitrix API

Member

Table of Contents

Methods

__construct()  : mixed
getEntityId()  : int
getEntityType()  : string
getName()  : string
getRole()  : string
getUserId()  : int
getWorkPosition()  : string
setName()  : static
setWorkPosition()  : static

Methods

__construct()

public __construct(int $userId, string $role, int $entityId, string $entityType[, string $name = '' ]) : mixed
Parameters
$userId : int
$role : string
$entityId : int
$entityType : string
$name : string = ''

getEntityId()

public getEntityId() : int
Return values
int

getEntityType()

public getEntityType() : string
Return values
string

getName()

public getName() : string
Return values
string

getRole()

public getRole() : string
Return values
string

getUserId()

public getUserId() : int
Return values
int

getWorkPosition()

public getWorkPosition() : string
Return values
string

setName()

public setName(string|null $name) : static
Parameters
$name : string|null
Return values
static

setWorkPosition()

public setWorkPosition(string|null $workPosition) : static
Parameters
$workPosition : string|null
Return values
static

        
On this page

Search results