Counter
Table of Contents
Methods
-
__construct()
: mixed
-
clearLogCounter()
: void
-
getEmptyCounter()
: bool
-
getRequest()
: mixed
-
processCounterTypeData()
: void
-
setEmptyCounter()
: void
-
setLogCounter()
: void
__construct()
public
__construct(mixed $params) : mixed
Parameters
-
$params
: mixed
-
clearLogCounter()
public
clearLogCounter(mixed &$result) : void
Parameters
-
$result
: mixed
-
getEmptyCounter()
public
getEmptyCounter() : bool
getRequest()
public
getRequest() : mixed
processCounterTypeData()
public
processCounterTypeData(mixed &$result) : void
Parameters
-
$result
: mixed
-
setEmptyCounter()
public
setEmptyCounter([mixed $value = false ]) : void
Parameters
-
$value
: mixed
= false
-
setLogCounter()
public
setLogCounter(mixed &$result) : void
Parameters
-
$result
: mixed
-