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

Inheritance: extends Exceptio\Exception
Show file Open project: sulu/sulu

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

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

getName() public method

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

Property Details

$name protected property

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