コード例 #1
0
 public function __construct()
 {
     // Call parent construct to load the config
     parent::__construct();
 }
コード例 #2
0
 function __construct()
 {
     parent::__construct();
     $this->auth = app()->auth();
     $this->user = new User();
 }
コード例 #3
0
 function __construct()
 {
     parent::__construct();
     $this->uid = intval($_GET['uid']);
     $this->username = trim($_GET['username']);
 }