コード例 #1
0
ファイル: Bootstrap.php プロジェクト: alexanderTsig/arabic
 function _onAccessChanged(Am_Event $event)
 {
     try {
         $user = $event->getAccess()->getUser();
     } catch (Am_Exception_Db_NotFound $e) {
         return;
     }
     $this->checkAndUpdate($user);
 }