PHP Класс Symfony\Bundle\FrameworkBundle\Controller\ExceptionController

Автор: Fabien Potencier ([email protected])
Наследование: extends Symfony\Bundle\FrameworkBundle\Controller
Показать файл Открыть проект

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

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