PHP Класс Sulu\Component\Content\Exception\ResourceLocatorAlreadyExistsException

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

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

Метод Описание
__construct ( $resourceLocator, $path )
getPath ( ) : string Returns the path of the route node already holding the existing resource locator.
getResourceLocator ( ) : string Returns the resource locator that already existed.

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

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

public __construct ( $resourceLocator, $path )

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

Returns the path of the route node already holding the existing resource locator.
public getPath ( ) : string
Результат string

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

Returns the resource locator that already existed.
public getResourceLocator ( ) : string
Результат string