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

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

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

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

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

Метод Описание
handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string Handle an exception by displaying an error message inside the Neos backend, if logged in and not displaying the live workspace.
prepareFluidView ( ) : StandaloneView Prepare a Fluid view for rendering an error page with the Neos backend

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

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

Handle an exception by displaying an error message inside the Neos backend, if logged in and not displaying the live workspace.
protected handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath array path causing the exception
$exception Exception exception to handle
$referenceCode integer
Результат string

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

Prepare a Fluid view for rendering an error page with the Neos backend
protected prepareFluidView ( ) : StandaloneView
Результат Neos\FluidAdaptor\View\StandaloneView

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

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

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

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

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