コード例 #1
0
ファイル: MenuForm.php プロジェクト: Why-Not-Sky/cubi-ng
 public function validateRequest($methodName)
 {
     $methodName = strtolower($methodName);
     if ($methodName == "listchildren") {
         return true;
     }
     return parent::validateRequest($methodName);
 }