Exemplo n.º 1
0
 /**
  * Retrieve the number of times an action is fired.
  *
  * @param string $tag The name of the action hook.
  *
  * @return int The number of times action hook <tt>$tag</tt> is fired
  */
 public function didAction($tag)
 {
     return HuradHook::did_action($tag);
 }