PHP Класс Neos\Fusion\Core\ExceptionHandlers\HtmlMessageHandler

Наследование: extends AbstractRenderingExceptionHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Защищенные методы

Метод Описание
formatErrorCodeMessage ( integer $referenceCode ) : string Renders a message depicting the user where to find further information for the given reference code.
formatTypoScriptPath ( string $typoScriptPath ) : string Renders an indented multi-line stack-trace for the given TypoScript path.
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Renders the exception in HTML for display

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

formatErrorCodeMessage() защищенный Метод

Renders a message depicting the user where to find further information for the given reference code.
protected formatErrorCodeMessage ( integer $referenceCode ) : string
$referenceCode integer
Результат string A rendered message with the reference code containing HTML

formatTypoScriptPath() защищенный Метод

example: default/body/content/ is rendered as default/ body/ content/
protected formatTypoScriptPath ( string $typoScriptPath ) : string
$typoScriptPath string
Результат string Multi-line stack trace for the given TypoScript path

handle() защищенный Метод

Renders the exception in HTML for display
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
Результат string

Описание свойств

$systemLogger защищенное свойство

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Результат Neos\Flow\Log\SystemLoggerInterface