Bitrix API

Member implements Item

Table of Contents

Interfaces

Item

Properties

$fullName  : string|null
$icon  : string|null
$id  : int|null
$isCurrentUser  : bool
$isStopped  : bool|null
$role  : string|null
$status  : string|null
$userId  : int

Methods

__construct()  : mixed
isDone()  : bool
isRefused()  : bool
isSigner()  : bool
isStoppableReady()  : bool
isStopped()  : bool

Properties

$fullName

public string|null $fullName = null

$icon

public string|null $icon = null

$isCurrentUser

public bool $isCurrentUser

$isStopped

public bool|null $isStopped

$role

public string|null $role = null

$status

public string|null $status = null

Methods

__construct()

public __construct(bool $isCurrentUser, bool|null $isStopped, int $userId[, string|null $fullName = null ][, string|null $icon = null ][, int|null $id = null ][, string|null $role = null ][, string|null $status = null ]) : mixed
Parameters
$isCurrentUser : bool
$isStopped : bool|null
$userId : int
$fullName : string|null = null
$icon : string|null = null
$id : int|null = null
$role : string|null = null
$status : string|null = null

isDone()

public isDone() : bool
Return values
bool

isRefused()

public isRefused() : bool
Return values
bool

isSigner()

public isSigner() : bool
Return values
bool

isStoppableReady()

public isStoppableReady() : bool
Return values
bool

isStopped()

public isStopped() : bool
Return values
bool

        
On this page

Search results