Пример #1
0
 public function validateRequest($methodName)
 {
     $methodName = strtolower($methodName);
     if ($methodName == "listchildren") {
         return true;
     }
     return parent::validateRequest($methodName);
 }