コード例 #1
0
ファイル: Idno.php プロジェクト: kylewm/Known
 function __construct()
 {
     parent::__construct();
     // auth the user after all the plugins and pages have registered so they can respond to events
     $this->session()->tryAuthUser();
     $this->upgrade();
 }
コード例 #2
0
ファイル: Hub.php プロジェクト: johnellison/90days
 function __construct($server)
 {
     parent::__construct();
     $this->setServer($server);
 }