Bitrix API

Tunnel extends Dto

FinalYes

Table of Contents

Properties

$dstCategoryId  : int|null
$dstCategoryName  : string|null
$dstStageColor  : string|null
$dstStageId  : int|null
$dstStageName  : string|null
$dstStageStatusId  : string|null
$robot  : Robot|null
$srcCategoryId  : int|null
$srcStageColor  : string|null
$srcStageId  : int|null
$srcStageStatusId  : string|null

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

$dstCategoryId

public int|null $dstCategoryId

$dstCategoryName

public string|null $dstCategoryName

$dstStageColor

public string|null $dstStageColor

$dstStageId

public int|null $dstStageId

$dstStageName

public string|null $dstStageName

$dstStageStatusId

public string|null $dstStageStatusId

$srcCategoryId

public int|null $srcCategoryId

$srcStageColor

public string|null $srcStageColor

$srcStageId

public int|null $srcStageId

$srcStageStatusId

public string|null $srcStageStatusId

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>
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>
Return values
array<string|int, mixed>

        
On this page

Search results