CEC chain item class.
author | Timo A. Hummel |
---|---|
author | Murat Purc |
package | CONTENIDO Backend Classes |
subpackage | CEC |
__construct(string $sChainName, string $sFunctionName, array $aParameters) : void
string
string
array
execute() : mixed
mixed
If available, the result of the CEC function/callbackgetCallback() : string
string
arraygetChainName() : string
string
getFunctionName() : string
string
getParameters() : array
array
getTemporaryArguments() : void
If temporary arguments where set before, it returns them and resets the property.
setCallback($callback) : string
\cInvalidArgumentException |
if the given callback is not a string or an array |
---|
string
arraysetChainName(string $sChainName) : void
string
setFunctionName(string $sFunctionName) : void
string
setParameters(array $aParameters) : void
array
setTemporaryArguments(array $args) : void
array
$_aParameters : array
$_mCallback : array
Contains either the function name to invoke, or a indexed array (class/object and method) and it's method to execute.
$_mTemporaryArguments : array
$_sChainName : string
$_sFunctionName : string