Class QJsFunction
Class QJsFunction Outputs a function call to a global function or function in an object referenced from global space. The purpose of this is to immediately use the results of the function call, as opposed to a closure, which stores a pointer to a function that is used later.
- QJsFunction implements JsonSerializable
public
|
#
__construct( string $strFunctionName, null|array $params = null, null $strContext = null )
QJsFunction constructor. |
public
string
|
|
public
mixed
|
protected
string|null
|
$strContext
|
|
protected
string
|
$strFunctionName
|
|
protected
array|null
|
$params
|