You are here

private static property FileBag::$fileKeys in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/FileBag.php \Symfony\Component\HttpFoundation\FileBag::fileKeys

File

vendor/symfony/http-foundation/FileBag.php, line 24

Class

FileBag
FileBag is a container for uploaded files.

Namespace

Symfony\Component\HttpFoundation

Code

private static $fileKeys = array(
  'error',
  'name',
  'size',
  'tmp_name',
  'type',
);