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
stringgetUserInfo()
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
stringmakeCopyUrl()
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> = []