Exemplo n.º 1
0
 /**
  * put your comment there...
  * 
  * @param mixed $typeName
  * @param mixed $observer
  */
 public static function on($typeName, $observer)
 {
     return CJTWordpressEvents::on($typeName, $observer);
 }