Exemplo n.º 1
0
 /**
  * @param string $name
  * return bool
  */
 function StaticMethodExist($name)
 {
     $c =& wm_Custom::CreateInstance();
     return $c->MethodExist($name);
 }