PHP Класс Neos\Neos\Fusion\ExceptionHandlers\NodeWrappingHandler

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

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

Свойство Тип Описание
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$environment Neos\Flow\Utility\Environment
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface
$systemLogger Neos\Flow\Log\SystemLoggerInterface

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

Метод Описание
getMessage ( Exception $exception, $referenceCode ) : string appends the given reference code to the exception's message unless it is unset
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string renders the exception to nice html content element to display, edit, remove, .

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

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

appends the given reference code to the exception's message unless it is unset
protected getMessage ( Exception $exception, $referenceCode ) : string
$exception Exception
$referenceCode
Результат string

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

..
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string - path causing the exception
$exception Exception - exception to handle
$referenceCode integer - might be unset
Результат string

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

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

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
Результат Neos\Neos\Service\ContentElementWrappingService

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

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

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

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
Результат Neos\Flow\Security\Authorization\PrivilegeManagerInterface

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

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