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

Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: sulu/sulu

Protected Properties

Свойство Type Description
$id integer The id of the tag, which was not found.

Méthodes publiques

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

Method Details

__construct() public méthode

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

getId() public méthode

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

Property Details

$id protected_oe property

The id of the tag, which was not found.
protected int $id
Résultat integer