PHP Interface Bolt\Configuration\Validation\ValidationInterface

Author: Gawain Lynch ([email protected])
Afficher le fichier Open project: bolt/bolt

Méthodes publiques

Méthode Description
check ( Bolt\Controller\ExceptionControllerInterface $exceptionController ) : Response | null Perform the validation check.
isTerminal ( ) : boolean Should a failure be terminal to loading, or should a flash message be added for feedback.

Method Details

check() public méthode

Perform the validation check.
public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController ) : Response | null
$exceptionController Bolt\Controller\ExceptionControllerInterface
Résultat Symfony\Component\HttpFoundation\Response | null

isTerminal() public méthode

Should a failure be terminal to loading, or should a flash message be added for feedback.
public isTerminal ( ) : boolean
Résultat boolean