PHP 인터페이스 Bolt\Controller\ExceptionControllerInterface

저자: Gawain Lynch ([email protected])
파일 보기 프로젝트 열기: bolt/bolt 0 사용 예제들

공개 메소드들

메소드 설명
systemCheck ( string $type, array $messages = [], array $context = [] ) : Response | null System check exceptions.

메소드 상세

systemCheck() 공개 메소드

System check exceptions.
public systemCheck ( string $type, array $messages = [], array $context = [] ) : Response | null
$type string
$messages array
$context array
리턴 Symfony\Component\HttpFoundation\Response | null