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

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

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

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

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

Метод Описание
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Provides an XML comment containing the exception

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

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

Provides an XML comment containing the exception
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