PHP Class Yosymfony\Spress\Core\ContentManager\Exception\AttributeValueException

Author: Victor Puertas ([email protected])
Inheritance: extends ContentException
Afficher le fichier Open project: spress/spress

Protected Properties

Свойство Type Description
$attribute

Méthodes publiques

Méthode Description
__construct ( string $message, string $attribute = null, string $id = null, Exception $previous = null ) Constructor.
getAttribute ( )
setAttribute ( $attribute )

Méthodes protégées

Méthode Description
updateRepr ( )

Method Details

__construct() public méthode

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 méthode

public getAttribute ( )

setAttribute() public méthode

public setAttribute ( $attribute )

updateRepr() protected méthode

protected updateRepr ( )

Property Details

$attribute protected_oe property

protected $attribute