コード例 #1
0
ファイル: usersession.php プロジェクト: GothamGazette/Maze
 function isAuthorized($aco, $axo = null)
 {
     return User_helper::isUserAuthorized($this, $aco, $axo);
 }