PHP 클래스 Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
$exception Exception
$message string
$referenceCode string
$typoScriptPath string

공개 메소드들

메소드 설명
getException ( ) : Exception received exception
getMessage ( ) : string resulting message
getReferenceCode ( ) : mixed
getTypoScriptPath ( ) : mixed

보호된 메소드들

메소드 설명
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string dummy implementation of message-generation-stub

메소드 상세

getException() 공개 메소드

received exception
public getException ( ) : Exception
리턴 Exception

getMessage() 공개 메소드

resulting message
public getMessage ( ) : string
리턴 string

getReferenceCode() 공개 메소드

public getReferenceCode ( ) : mixed
리턴 mixed

getTypoScriptPath() 공개 메소드

public getTypoScriptPath ( ) : mixed
리턴 mixed

handle() 보호된 메소드

dummy implementation of message-generation-stub
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer reference code for the exception
리턴 string

프로퍼티 상세

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

protected Exception $exception
리턴 Exception

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

protected string $message
리턴 string

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

protected string $referenceCode
리턴 string

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

protected string $typoScriptPath
리턴 string