PHP 클래스 Neos\Fusion\Core\ExceptionHandlers\ContextDependentHandler

상속: extends AbstractRenderingExceptionHandler
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$environment Neos\Flow\Utility\Environment

보호된 메소드들

메소드 설명
handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string Handle an exception depending on the context with an HTML message or XML comment

메소드 상세

handle() 보호된 메소드

Handle an exception depending on the context with an HTML message or XML comment
protected handle ( array $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath array path causing the exception
$exception Exception exception to handle
$referenceCode integer
리턴 string

프로퍼티 상세

$environment 보호되어 있는 프로퍼티

protected Environment,Neos\Flow\Utility $environment
리턴 Neos\Flow\Utility\Environment