Ejemplo n.º 1
0
 /**
  * @param string $sServiceName
  * @param string $sFunctionName
  */
 public function AddServiceHook($sServiceName, $sFunctionName)
 {
     $this->oPluginManager->AddServiceHook($sServiceName, array(&$this, $sFunctionName));
 }