コード例 #1
0
ファイル: Input.php プロジェクト: pinepain/ape
 /**
  * Determine if the request contains a given input item.
  *
  * @param  string|array $key
  *
  * @return bool
  */
 public static function has($key)
 {
     return \Ape\Request::has($key);
 }