PHP Класс Sulu\Bundle\ResourceBundle\Resource\Exception\FilterDependencyNotFoundException

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

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

Метод Описание
__construct ( $entityName, $id )
getEntityName ( ) : string Returns the name of the entityname of the dependency not found.
getId ( ) : integer Returns the id of the object not found.

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

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

public __construct ( $entityName, $id )

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

Returns the name of the entityname of the dependency not found.
public getEntityName ( ) : string
Результат string

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

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