PHP Class Neos\Neos\Fusion\ExceptionHandlers\PageHandler

Inheritance: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos

Protected Properties

Свойство Type Description
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface

Méthodes protégées

Méthode Description
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

Method Details

handle() protected méthode

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
Résultat string

prepareFluidView() protected méthode

Prepare a Fluid view for rendering an error page with the Neos backend
protected prepareFluidView ( ) : StandaloneView
Résultat Neos\FluidAdaptor\View\StandaloneView

Property Details

$contentElementWrappingService protected_oe property

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
Résultat Neos\Neos\Service\ContentElementWrappingService

$privilegeManager protected_oe property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
Résultat Neos\Flow\Security\Authorization\PrivilegeManagerInterface