PHP Class Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler

TestAbsorbingHandler
Inheritance: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$exception Exception
$message string
$referenceCode string
$typoScriptPath string

Méthodes publiques

Méthode Description
getException ( ) : Exception received exception
getMessage ( ) : string resulting message
getReferenceCode ( ) : mixed
getTypoScriptPath ( ) : mixed

Méthodes protégées

Méthode Description
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string dummy implementation of message-generation-stub

Method Details

getException() public méthode

received exception
public getException ( ) : Exception
Résultat Exception

getMessage() public méthode

resulting message
public getMessage ( ) : string
Résultat string

getReferenceCode() public méthode

public getReferenceCode ( ) : mixed
Résultat mixed

getTypoScriptPath() public méthode

public getTypoScriptPath ( ) : mixed
Résultat mixed

handle() protected méthode

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

Property Details

$exception protected_oe property

protected Exception $exception
Résultat Exception

$message protected_oe property

protected string $message
Résultat string

$referenceCode protected_oe property

protected string $referenceCode
Résultat string

$typoScriptPath protected_oe property

protected string $typoScriptPath
Résultat string