PHP Класс Neos\Fusion\Fixtures\AbstractRenderingExceptionHandler

TestAbsorbingHandler
Наследование: extends Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$exception Exception
$message string
$referenceCode string
$typoScriptPath string

Открытые методы

Метод Описание
getException ( ) : Exception received exception
getMessage ( ) : string resulting message
getReferenceCode ( ) : mixed
getTypoScriptPath ( ) : mixed

Защищенные методы

Метод Описание
handle ( string $typoScriptPath, Exception $exception, integer $referenceCode = null ) : string dummy implementation of message-generation-stub

Описание методов

getException() публичный Метод

received exception
public getException ( ) : Exception
Результат Exception

getMessage() публичный Метод

resulting message
public getMessage ( ) : string
Результат string

getReferenceCode() публичный Метод

public getReferenceCode ( ) : mixed
Результат mixed

getTypoScriptPath() публичный Метод

public getTypoScriptPath ( ) : mixed
Результат mixed

handle() защищенный Метод

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
Результат string

Описание свойств

$exception защищенное свойство

protected Exception $exception
Результат Exception

$message защищенное свойство

protected string $message
Результат string

$referenceCode защищенное свойство

protected string $referenceCode
Результат string

$typoScriptPath защищенное свойство

protected string $typoScriptPath
Результат string