示例#1
0
 protected final function methodIsCallable($method)
 {
     if ($this->methodIsAllowed($method)) {
         // module must only call public methods
         return Utils::externalCallTest($this, $method);
     }
 }