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

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

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

Свойство Тип Описание
$environment Neos\Flow\Utility\Environment

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

Метод Описание
handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string Handle an exception depending on the context with an HTML message or XML comment

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

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

Handle an exception depending on the context with an HTML message or XML comment
protected handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath array path causing the exception
$exception Exception exception to handle
$referenceCode integer
Результат string

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

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

protected Environment,Neos\Flow\Utility $environment
Результат Neos\Flow\Utility\Environment