Bitrix API

Task

FinalYes

Table of Contents

Methods

cleanFireEventUrl()  : mixed
getActionPath()  : string
Returns path for url action.
getUserInfo()  : mixed
makeActionUrl()  : string
Returns url for task action.
makeCopyUrl()  : mixed
makeCreateSubtaskUrl()  : mixed
makeFireEventUrl()  : mixed

Methods

cleanFireEventUrl()

public static cleanFireEventUrl(mixed $url) : mixed
Parameters
$url : mixed

getActionPath()

Returns path for url action.

public static getActionPath() : string
Return values
string

getUserInfo()

public static getUserInfo(mixed $userId[, mixed $needFullName = true ]) : mixed
Parameters
$userId : mixed
$needFullName : mixed = true

makeActionUrl()

Returns url for task action.

public static makeActionUrl(mixed $path[, int $taskId = 0 ][, string $actionId = 'edit' ][, int $userId = 0 ]) : string
Parameters
$path : mixed
$taskId : int = 0
$actionId : string = 'edit'
$userId : int = 0
Return values
string

makeCopyUrl()

public static makeCopyUrl(mixed $url, mixed $taskId) : mixed
Parameters
$url : mixed
$taskId : mixed

makeCreateSubtaskUrl()

public static makeCreateSubtaskUrl(mixed $url, mixed $taskId) : mixed
Parameters
$url : mixed
$taskId : mixed

makeFireEventUrl()

public static makeFireEventUrl(mixed $url, mixed $taskId, mixed $eventType[, array<string|int, mixed> $eventOptions = [] ]) : mixed
Parameters
$url : mixed
$taskId : mixed
$eventType : mixed
$eventOptions : array<string|int, mixed> = []

        
On this page

Search results