PHP Интерфейс Bolt\Configuration\Validation\ValidationInterface

Автор: Gawain Lynch ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

check() публичный Метод

Perform the validation check.
public check ( Bolt\Controller\ExceptionControllerInterface $exceptionController ) : Response | null
$exceptionController Bolt\Controller\ExceptionControllerInterface
Результат Symfony\Component\HttpFoundation\Response | null

isTerminal() публичный Метод

Should a failure be terminal to loading, or should a flash message be added for feedback.
public isTerminal ( ) : boolean
Результат boolean