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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$systemLogger Neos\Flow\Log\SystemLoggerInterface

보호된 메소드들

메소드 설명
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Provides an XML comment containing the exception

메소드 상세

handle() 보호된 메소드

Provides an XML comment containing the exception
protected handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string
$typoScriptPath string path causing the exception
$exception Exception exception to handle
$referenceCode integer
리턴 string

프로퍼티 상세

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

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
리턴 Neos\Flow\Log\SystemLoggerInterface