コード例 #1
0
 protected function checkAuth()
 {
     if (!$this->authenticated) {
         HTML_Output::error(403);
         throw new SoapFault("authenticate", "User not valid.");
     }
     return true;
 }
コード例 #2
0
 protected function checkAuth()
 {
     if (!$this->authenticated) {
         HTML_Output::error(403);
     }
 }