PHP Class Neos\Neos\Fusion\ExceptionHandlers\NodeWrappingHandler

Inheritance: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos

Protected Properties

Свойство Type Description
$contentElementWrappingService Neos\Neos\Service\ContentElementWrappingService
$environment Neos\Flow\Utility\Environment
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Méthodes protégées

Méthode Description
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, .

Method Details

getMessage() protected méthode

appends the given reference code to the exception's message unless it is unset
protected getMessage ( Exception $exception, $referenceCode ) : string
$exception Exception
$referenceCode
Résultat string

handle() protected méthode

..
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
Résultat string

Property Details

$contentElementWrappingService protected_oe property

protected ContentElementWrappingService,Neos\Neos\Service $contentElementWrappingService
Résultat Neos\Neos\Service\ContentElementWrappingService

$environment protected_oe property

protected Environment,Neos\Flow\Utility $environment
Résultat Neos\Flow\Utility\Environment

$privilegeManager protected_oe property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
Résultat Neos\Flow\Security\Authorization\PrivilegeManagerInterface

$systemLogger protected_oe property

protected SystemLoggerInterface,Neos\Flow\Log $systemLogger
Résultat Neos\Flow\Log\SystemLoggerInterface