Hooks reference: contentclass_pubcalloperator_default
This hook is run when no pubcallOperator is found.
Tip: You can use this hook to create new pubcallOperators
Args details
-
$sOperatorValue (String) : Value returned by the operator (empty).
Warning: This arg must be returned by the hook
- $sOperatorName (String) : Name of the operator
Example
- function vhook_contentclass_pubcalloperator_default($sOperatorValue, $sOperatorName) {
- //your code here...
- return $sOperatorValue; }
- en
Last edited on 04/05/2009 14:26:26