Stage extends Stage
FinalYes
Table of Contents
Properties
- $aliasId : int|null
- $color : string
- $counters : array<string, mixed>
- $deadline : int|null
- $entityType : string|null
- $id : int
- $leftBorder : int|null
- $name : string
- $rightBorder : int|null
- $sort : int
- $statusId : string
Methods
- __construct() : mixed
- getCachedCasts() : array<string|int, mixed>
- getCasts() : array<string, Caster>
- Method returns map, where key must relate to public property, and value specifies type of this property
- jsonSerialize() : mixed
- make() : mixed
- toArray() : array<string|int, mixed>
Properties
$aliasId
public
int|null
$aliasId
$color
public
string
$color
$counters
public
array<string, mixed>
$counters
= []
$deadline
public
int|null
$deadline
$entityType
public
string|null
$entityType
$id
public
int
$id
$leftBorder
public
int|null
$leftBorder
$name
public
string
$name
$rightBorder
public
int|null
$rightBorder
$sort
public
int
$sort
$statusId
public
string
$statusId
Methods
__construct()
public
__construct() : mixed
getCachedCasts()
public
getCachedCasts() : array<string|int, mixed>
Return values
array<string|int, mixed>getCasts()
Method returns map, where key must relate to public property, and value specifies type of this property
public
getCasts() : array<string, Caster>
use type hints and attribute \Bitrix\Mobile\Dto\Attributes\Collection instead
Return values
array<string, Caster> —property name => typecaster object
jsonSerialize()
public
jsonSerialize() : mixed
make()
public
static make([array<string|int, mixed>|null $fields = null ]) : mixed
Parameters
- $fields : array<string|int, mixed>|null = null
toArray()
public
toArray() : array<string|int, mixed>