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

  1. function vhook_contentclass_pubcalloperator_default($sOperatorValue, $sOperatorName)
  2. {
  3. //your code here...
  4. return $sOperatorValue;
  5. }
  • en
Last edited on 04/05/2009 14:26:26
Powered by Anwiki • 0.04 sec • 2.03 MB