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

Author: Victor Puertas ([email protected])
Inheritance: extends ContentException
Show file Open project: spress/spress

Protected Properties

Property Type Description
$attribute

Public Methods

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

Protected Methods

Method Description
updateRepr ( )

Method Details

__construct() public method

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 method

public getAttribute ( )

setAttribute() public method

public setAttribute ( $attribute )

updateRepr() protected method

protected updateRepr ( )

Property Details

$attribute protected property

protected $attribute