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
mixedIf available, the result of the CEC function/callbackgetCallback() : string
stringarraygetChainName() : string
stringgetFunctionName() : string
stringgetParameters() : array
arraygetTemporaryArguments() : 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 |
|---|
stringarraysetChainName(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