UstatOnline
extends CBitrixComponent
implements
Controllerable, Errorable
Table of Contents
Interfaces
- Controllerable
- Errorable
Methods
-
__construct()
: mixed
-
checkMaxOnlineOption()
: mixed
-
checkTimeman()
: bool
-
checkTimemanAction()
: mixed
-
configureActions()
: array<string|int, mixed>
-
getAllOnlineUserAction()
: mixed
-
getClosedTimemanUserAction()
: mixed
-
getCurrentOnlineUserData()
: mixed
-
getErrorByCode()
: mixed
-
getErrors()
: mixed
-
getLimitOnlineSeconds()
: mixed
-
getOpenedTimemanUserAction()
: mixed
-
getTimemanUser()
: mixed
-
isFullAnimationMode()
: mixed
-
onPrepareComponentParams()
: mixed
-
prepareList()
: array<string|int, mixed>
-
prepareTimemanData()
: mixed
-
prepareToJson()
: string
__construct()
public
__construct([mixed $component = null ]) : mixed
Parameters
-
$component
: mixed
= null
-
checkMaxOnlineOption()
public
checkMaxOnlineOption() : mixed
checkTimeman()
public
checkTimeman() : bool
checkTimemanAction()
public
checkTimemanAction() : mixed
public
configureActions() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAllOnlineUserAction()
public
getAllOnlineUserAction(mixed $pageNum) : mixed
Parameters
-
$pageNum
: mixed
-
getClosedTimemanUserAction()
public
getClosedTimemanUserAction(mixed $pageNum) : mixed
Parameters
-
$pageNum
: mixed
-
getCurrentOnlineUserData()
public
getCurrentOnlineUserData() : mixed
getErrorByCode()
public
getErrorByCode(mixed $code) : mixed
Parameters
-
$code
: mixed
-
getErrors()
public
getErrors() : mixed
getLimitOnlineSeconds()
public
getLimitOnlineSeconds() : mixed
getOpenedTimemanUserAction()
public
getOpenedTimemanUserAction(mixed $pageNum) : mixed
Parameters
-
$pageNum
: mixed
-
getTimemanUser()
public
getTimemanUser(mixed $pageNum, mixed $status) : mixed
Parameters
-
$pageNum
: mixed
-
-
$status
: mixed
-
isFullAnimationMode()
public
isFullAnimationMode() : mixed
onPrepareComponentParams()
public
onPrepareComponentParams(mixed $arParams) : mixed
Parameters
-
$arParams
: mixed
-
prepareList()
public
prepareList() : array<string|int, mixed>
Return values
array<string|int, mixed>
prepareTimemanData()
public
prepareTimemanData() : mixed
prepareToJson()
public
static prepareToJson(array<string|int, mixed> $list) : string
Parameters
-
$list
: array<string|int, mixed>
-