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

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

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

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

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

Метод Описание
__construct ( integer $id )
getId ( ) : integer Returns the id of the tag, which was not found.

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

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

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

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

Returns the id of the tag, which was not found.
public getId ( ) : integer
Результат integer

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

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

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