コード例 #1
0
 public function getAccountId()
 {
     if ($this->accountid === null) {
         throw new Gpf_Exception("No accountId defined for Anonym user");
     }
     return parent::getAccountId();
 }