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

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

보호된 프로퍼티들

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