Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Sulu
Bundle
MediaBundle
Media
FileValidator
FileValidatorInterface
PHP Interface Sulu\Bundle\MediaBundle\Media\FileValidator\FileValidatorInterface
The FileValidator is a interface to validate uploaded files.
Afficher le fichier
Open project: sulu/sulu
Interface Usage Examples
Méthodes publiques
Méthode
Description
validate
(
Symfony\Component\HttpFoundation\File\UploadedFile
$file
,
array
$methods
= [] ) :
mixed
Validated a given file.
Method Details
validate()
public
méthode
Validated a given file.
public
validate
(
Symfony\Component\HttpFoundation\File\UploadedFile
$file
,
array
$methods
= [] ) :
mixed
$file
Symfony\Component\HttpFoundation\File\UploadedFile
$methods
array
Résultat
mixed