Bitrix API

Task

FinalYes

Table of Contents

Properties

$id  : int
$name  : string

Methods

getAccessControl()  : bool|null
getButtons()  : array<string|int, mixed>|null
getOverdueDate()  : string|null
returns overdue date as string with the date and time according to the server time
getParameters()  : mixed
getUsers()  : array<string|int, mixed>
initFromArray()  : self|null
isInline()  : bool

Properties

$id read-only

public int $id

$name read-only

public string $name

Methods

getAccessControl()

public getAccessControl() : bool|null
Return values
bool|null

getButtons()

public getButtons() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getOverdueDate()

returns overdue date as string with the date and time according to the server time

public getOverdueDate() : string|null
Return values
string|null

getParameters()

public getParameters() : mixed

getUsers()

public getUsers() : array<string|int, mixed>
Return values
array<string|int, mixed>

initFromArray()

public static initFromArray(array<string|int, mixed> $task) : self|null
Parameters
$task : array<string|int, mixed>
Return values
self|null

isInline()

public isInline() : bool
Return values
bool

        
On this page

Search results