PHP 클래스 Neos\Neos\Fusion\ExceptionHandlers\PageHandler

상속: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
파일 보기 프로젝트 열기: neos/neos

보호된 프로퍼티들

프로퍼티 타입 설명
$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