示例#1
0
文件: Get.php 项目: froq/froq-http
 /**
  * Constructor.
  */
 public final function __construct()
 {
     parent::__construct($_GET);
 }
示例#2
0
文件: Cookie.php 项目: froq/froq-http
 /**
  * Constructor.
  */
 public final function __construct()
 {
     parent::__construct($_COOKIE);
 }