private static property FileBag::$fileKeys in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\HttpFoundationCode
private static $fileKeys = array(
'error',
'name',
'size',
'tmp_name',
'type',
);