コード例 #1
0
ファイル: Request.php プロジェクト: phpcrystal/phpcrystal
 /**
  * @return $this
  */
 public static function create(...$args)
 {
     $event = new static();
     $event->httpRequest = HttpRequest::createFromGlobals();
     return $event;
 }