PHP 클래스 Sulu\Component\Content\Exception\ResourceLocatorAlreadyExistsException

상속: extends Exception
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__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