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
$fullName
public
string|null
$fullName
= null
$icon
public
string|null
$icon
= null
$id
public
int|null
$id
= null
$isCurrentUser
public
bool
$isCurrentUser
$isStopped
public
bool|null
$isStopped
$role
public
string|null
$role
= null
$status
public
string|null
$status
= null
$userId
public
int
$userId
__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
isRefused()
public
isRefused() : bool
isSigner()
public
isSigner() : bool
isStoppableReady()
public
isStoppableReady() : bool
isStopped()
public
isStopped() : bool