/** * @param string $name * return bool */ function StaticMethodExist($name) { $c =& ap_Custom::CreateInstance(); return $c->MethodExist($name); }