PHP Class Neos\Fusion\Core\ExceptionHandlers\XmlCommentHandler

Inheritance: extends AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$systemLogger Neos\Flow\Log\SystemLoggerInterface

Méthodes protégées

Méthode Description
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode ) : string Provides an XML comment containing the exception

Method Details

handle() protected méthode

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

Property Details

$systemLogger protected_oe property

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