Bitrix API

TaskDto extends Dto

FinalYes

Table of Contents

Properties

$accomplices  : array<string|int, int>
$actions  : array<string, bool>
$actionsOld  : array<string, bool>
$activeDodTypeId  : int|null
$activityDate  : int|null
$allowChangeDeadline  : bool
$allowTaskControl  : bool
$allowTimeTracking  : bool
$areUserFieldsLoaded  : bool
$auditors  : array<string|int, int>
$checklist  : ChecklistSummaryDto
$checklistDetails  : array<string|int, ChecklistDetailsDto>
$commentsCount  : int
$counter  : TaskCounterDto
$creator  : int
$crm  : array<string|int, RelatedCrmItemDto>
$deadline  : int|null
$description  : string
$dodTypes  : array<string|int, DodTypesDto>
$endDate  : int|null
$endDatePlan  : int|null
$files  : array<string|int, DiskFileDto>
$flowId  : int
$groupId  : int
$id  : int
$isDodNecessary  : bool
$isInFavorites  : bool
$isMatchWorkTime  : bool
$isMuted  : bool
$isOpenResultExists  : bool
$isPinned  : bool
$isResultExists  : bool
$isResultRequired  : bool
$isTimerRunningForCurrentUser  : bool
$mark  : string|null
$name  : string
$newCommentsCount  : int
$parentId  : int
$parsedDescription  : string
$priority  : int
$responsible  : int
$resultsCount  : int
$serviceCommentsCount  : int
$startDate  : int|null
$startDatePlan  : int|null
$status  : int
$subStatus  : int
$tags  : array<string|int, TaskTagDto>
$timeElapsed  : int
$timeEstimate  : int
$userFieldNames  : array<string|int, mixed>
$userFields  : array<string|int, UserFieldDto>
$viewsCount  : int

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

$accomplices

public array<string|int, int> $accomplices = []

$actions

public array<string, bool> $actions = []

$actionsOld

public array<string, bool> $actionsOld = []

$activeDodTypeId

public int|null $activeDodTypeId = null

$activityDate

public int|null $activityDate = null

$allowChangeDeadline

public bool $allowChangeDeadline

$allowTaskControl

public bool $allowTaskControl

$allowTimeTracking

public bool $allowTimeTracking

$areUserFieldsLoaded

public bool $areUserFieldsLoaded

$auditors

public array<string|int, int> $auditors = []

$commentsCount

public int $commentsCount

$deadline

public int|null $deadline = null

$description

public string $description

$endDate

public int|null $endDate = null

$endDatePlan

public int|null $endDatePlan = null

$isDodNecessary

public bool $isDodNecessary

$isInFavorites

public bool $isInFavorites

$isMatchWorkTime

public bool $isMatchWorkTime

$isOpenResultExists

public bool $isOpenResultExists

$isResultExists

public bool $isResultExists

$isResultRequired

public bool $isResultRequired

$isTimerRunningForCurrentUser

public bool $isTimerRunningForCurrentUser

$newCommentsCount

public int $newCommentsCount

$parsedDescription

public string $parsedDescription

$responsible

public int $responsible

$resultsCount

public int $resultsCount = 0

$serviceCommentsCount

public int $serviceCommentsCount

$startDate

public int|null $startDate = null

$startDatePlan

public int|null $startDatePlan = null

$timeElapsed

public int $timeElapsed

$timeEstimate

public int $timeEstimate

$userFieldNames

public array<string|int, mixed> $userFieldNames

$viewsCount

public int $viewsCount = 0

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