Bitrix API

Dependence extends RestrictedAction

FinalYes

Table of Contents

Methods

__construct()  : mixed
add()  : mixed
Add a new dependence between two tasks
canExecute()  : mixed
delete()  : mixed
Delete an existing dependence between two tasks
getComponentHTML()  : mixed
getErrorCollection()  : mixed
getErrors()  : mixed
getForbiddenMethods()  : array<string|int, mixed>
todo: replace this method with some phpdoc notation
isVersionGT()  : mixed

Methods

add()

Add a new dependence between two tasks

public add(mixed $taskIdFrom, mixed $taskIdTo, mixed $linkType) : mixed
Parameters
$taskIdFrom : mixed
$taskIdTo : mixed
$linkType : mixed

delete()

Delete an existing dependence between two tasks

public delete(mixed $taskIdFrom, mixed $taskIdTo) : mixed
Parameters
$taskIdFrom : mixed
$taskIdTo : mixed

getComponentHTML()

public static getComponentHTML(mixed $name[, mixed $template = '' ][, array<string|int, mixed> $callParameters = array() ][, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
$name : mixed
$template : mixed = ''
$callParameters : array<string|int, mixed> = array()
$parameters : array<string|int, mixed> = array()

getErrorCollection()

public getErrorCollection() : mixed

getForbiddenMethods()

todo: replace this method with some phpdoc notation

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

        
On this page

Search results