PHP Class Sulu\Bundle\TagBundle\Tag\Exception\TagNotFoundException

Inheritance: extends Exceptio\Exception
Datei anzeigen Open project: sulu/sulu

Protected Properties

Property Type Description
$id integer The id of the tag, which was not found.

Public Methods

Method Description
__construct ( integer $id )
getId ( ) : integer Returns the id of the tag, which was not found.

Method Details

__construct() public method

public __construct ( integer $id )
$id integer The id of the entity, which was not found

getId() public method

Returns the id of the tag, which was not found.
public getId ( ) : integer
return integer

Property Details

$id protected_oe property

The id of the tag, which was not found.
protected int $id
return integer