コード例 #1
0
ファイル: FilesAttribute.php プロジェクト: RunnerLee/http
 /**
  * @param array $files
  */
 public function __construct(array $files = [])
 {
     parent::__construct([]);
     $this->initializeUploadFilesArray($files);
 }
コード例 #2
0
ファイル: Session.php プロジェクト: RunnerLee/http
 /**
  * @param $name
  * @return bool
  */
 public function hasSession($name)
 {
     return parent::has($name);
 }