PHP Класс Yosymfony\Spress\Core\ContentManager\Renderizer\Exception\RenderException

Автор: Victor Puertas ([email protected])
Наследование: extends RuntimeException
Показать файл Открыть проект

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

Свойство Тип Описание
$id
$rawMessage

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

Метод Описание
__construct ( string $message, string $id = null, Exception $previous = null ) Constructor.
getId ( ) : string Gets the identifier where the exception was created.
setId ( string $id ) Sets the identifier where the exception was created.

Приватные методы

Метод Описание
updateRepr ( )

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

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

Constructor.
public __construct ( string $message, string $id = null, Exception $previous = null )
$message string The exception message
$id string The identifier of the content where the exception was created
$previous Exception The previous exception

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

Gets the identifier where the exception was created.
public getId ( ) : string
Результат string

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

Sets the identifier where the exception was created.
public setId ( string $id )
$id string The identifier of the content

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

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

protected $id

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

protected $rawMessage