Bitrix API

TaskRegistry

Table of Contents

Methods

drop()  : mixed
get()  : array<string|int, mixed>|null
getInstance()  : static
load()  : $this

Methods

drop()

public drop([int|null $taskId = null ]) : mixed
Parameters
$taskId : int|null = null

get()

public get(int $taskId[, bool $withRelations = false ]) : array<string|int, mixed>|null
Parameters
$taskId : int
$withRelations : bool = false
Return values
array<string|int, mixed>|null

getInstance()

public static getInstance() : static
Return values
static

load()

public load(int|array<string|int, mixed> $taskIds[, bool $withRelations = false ]) : $this
Parameters
$taskIds : int|array<string|int, mixed>
$withRelations : bool = false
Return values
$this

        
On this page

Search results