PHP 클래스 Symfony\Bundle\FrameworkBundle\Controller\ExceptionController

저자: Fabien Potencier ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Controller
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

공개 메소드들

메소드 설명
exceptionAction ( FlattenException $exception, Symfony\Component\HttpKernel\Log\DebugLoggerInterface $logger = null, string $format = 'html' ) Converts an Exception to a Response.
showAction ( FlattenException $exception, Symfony\Component\HttpKernel\Log\DebugLoggerInterface $logger = null, string $format = 'html' ) Converts an Exception to a Response.

보호된 메소드들

메소드 설명
findTemplate ( $templating, $format, $code, $debug )

메소드 상세

exceptionAction() 공개 메소드

Converts an Exception to a Response.
public exceptionAction ( FlattenException $exception, Symfony\Component\HttpKernel\Log\DebugLoggerInterface $logger = null, string $format = 'html' )
$exception Symfony\Component\HttpKernel\Exception\FlattenException A FlattenException instance
$logger Symfony\Component\HttpKernel\Log\DebugLoggerInterface A DebugLoggerInterface instance
$format string The format to use for rendering (html, xml, ...)

findTemplate() 보호된 메소드

protected findTemplate ( $templating, $format, $code, $debug )

showAction() 공개 메소드

Converts an Exception to a Response.
public showAction ( FlattenException $exception, Symfony\Component\HttpKernel\Log\DebugLoggerInterface $logger = null, string $format = 'html' )
$exception Symfony\Component\HttpKernel\Exception\FlattenException A FlattenException instance
$logger Symfony\Component\HttpKernel\Log\DebugLoggerInterface A DebugLoggerInterface instance
$format string The format to use for rendering (html, xml, ...)