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