コード例 #1
0
ファイル: Auth.php プロジェクト: annasoal/newsite
 private function __construct()
 {
     $this->user = null;
     $this->token = null;
     $this->privs = null;
     $this->users = User::app();
     $this->sessions = Session::app();
 }