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

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

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( string $name )
getName ( ) : integer Returns the name of the tag, which already exists.

Method Details

__construct() public méthode

public __construct ( string $name )
$name string The name of the tag which already exists

getName() public méthode

Returns the name of the tag, which already exists.
public getName ( ) : integer
Résultat integer

Property Details

$name protected_oe property

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