Bitrix API

TimeManager extends PublicAction

FinalYes

Table of Contents

Methods

__construct()  : mixed
canExecute()  : mixed
getComponentHTML()  : mixed
getErrorCollection()  : mixed
getErrors()  : mixed
getForbiddenMethods()  : array<string|int, mixed>
todo: replace this method with some phpdoc notation
isVersionGT()  : mixed
start()  : array<string|int, mixed>
Start an execution timer for a specified task
stop()  : array<string|int, mixed>
Stop an execution timer for a specified task

Methods

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>

start()

Start an execution timer for a specified task

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

stop()

Stop an execution timer for a specified task

public stop(mixed $taskId) : array<string|int, mixed>
Parameters
$taskId : mixed
Return values
array<string|int, mixed>

        
On this page

Search results