コード例 #1
0
ファイル: class_custom.php プロジェクト: JDevelopers/Mail
 /**
  * @param string $name
  * return bool
  */
 function StaticMethodExist($name)
 {
     $c =& wm_Custom::CreateInstance();
     return $c->MethodExist($name);
 }