Util
extends Util
Table of Contents
Methods
-
checkEmptyParamInteger()
: void
-
checkEmptyParamString()
: void
-
checkUserAuthorized()
: bool
-
getCollapsedPinnedPanelItemsLimit()
: int
-
getRequest()
: mixed
checkEmptyParamInteger()
public
static checkEmptyParamInteger(mixed &$params, mixed $paramName, mixed $defaultValue) : void
Parameters
-
$params
: mixed
-
-
$paramName
: mixed
-
-
$defaultValue
: mixed
-
checkEmptyParamString()
public
static checkEmptyParamString(mixed &$params, mixed $paramName, mixed $defaultValue) : void
Parameters
-
$params
: mixed
-
-
$paramName
: mixed
-
-
$defaultValue
: mixed
-
checkUserAuthorized()
public
static checkUserAuthorized() : bool
getCollapsedPinnedPanelItemsLimit()
public
static getCollapsedPinnedPanelItemsLimit() : int
getRequest()
public
static getRequest() : mixed