PHP Класс Yosymfony\Spress\Core\ContentManager\Exception\AttributeValueException

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

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

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

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

Метод Описание
__construct ( string $message, string $attribute = null, string $id = null, Exception $previous = null ) Constructor.
getAttribute ( )
setAttribute ( $attribute )

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

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

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

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

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

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

public getAttribute ( )

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

public setAttribute ( $attribute )

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

protected updateRepr ( )

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

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

protected $attribute