PHP Класс Sulu\Bundle\TagBundle\Tag\Exception\TagAlreadyExistsException

Наследование: extends Exceptio\Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$name integer The id of the tag, which was not found.

Открытые методы

Метод Описание
__construct ( string $name )
getName ( ) : integer Returns the name of the tag, which already exists.

Описание методов

__construct() публичный Метод

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

getName() публичный Метод

Returns the name of the tag, which already exists.
public getName ( ) : integer
Результат integer

Описание свойств

$name защищенное свойство

The id of the tag, which was not found.
protected int $name
Результат integer