コード例 #1
0
ファイル: Input.php プロジェクト: pinepain/ape
 /**
  * Get a subset of the items from the input data.
  *
  * @param  array $keys
  *
  * @return array
  */
 public static function only($keys)
 {
     return \Ape\Request::only($keys);
 }