Exemple #1
0
 function __construct()
 {
     parent::__construct($_GET);
 }
Exemple #2
0
 function __construct()
 {
     parent::__construct($_POST);
 }
Exemple #3
0
 function __construct()
 {
     parent::__construct($_COOKIE);
 }
Exemple #4
0
 public function __construct()
 {
     parent::__construct(isset($_SESSION) && isset($_SESSION['Flash']) ? $_SESSION['Flash'] : []);
 }
Exemple #5
0
 function __construct()
 {
     parent::__construct($_SERVER);
 }