예제 #1
0
파일: custom.php 프로젝트: JDevelopers/Mail
 /**
  * @param string $name
  * return bool
  */
 function StaticMethodExist($name)
 {
     $c =& ap_Custom::CreateInstance();
     return $c->MethodExist($name);
 }