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
Laracasts
Validation
ValidatorInterface
PHP Interface Laracasts\Validation\ValidatorInterface
Afficher le fichier
Open project: laracasts/validation
Interface Usage Examples
Méthodes publiques
Méthode
Description
errors
( ) :
mixed
Get the list of validation errors
fails
( ) :
mixed
Determine if the validation failed
Method Details
errors()
public
méthode
Get the list of validation errors
public
errors
( ) :
mixed
Résultat
mixed
fails()
public
méthode
Determine if the validation failed
public
fails
( ) :
mixed
Résultat
mixed