Bolt\Configuration\Validation\ValidationInterface::check PHP Метод

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

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