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

상속: extends AbstractRenderingExceptionHandler
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
formatErrorCodeMessage ( integer $referenceCode ) : string Renders a message depicting the user where to find further information for the given reference code.
formatTypoScriptPath ( string $typoScriptPath ) : string Renders an indented multi-line stack-trace for the given TypoScript path.
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Renders the exception in HTML for display

메소드 상세

formatErrorCodeMessage() 보호된 메소드

Renders a message depicting the user where to find further information for the given reference code.
protected formatErrorCodeMessage ( integer $referenceCode ) : string
$referenceCode integer
리턴 string A rendered message with the reference code containing HTML

formatTypoScriptPath() 보호된 메소드

example: default/body/content/ is rendered as default/ body/ content/
protected formatTypoScriptPath ( string $typoScriptPath ) : string
$typoScriptPath string
리턴 string Multi-line stack trace for the given TypoScript path

handle() 보호된 메소드

Renders the exception in HTML for display
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