PHP 클래스 Sulu\Component\Content\Types\ResourceLocator\ResourceLocatorInformation

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( $resourceLocator, $created, $id )
getCreated ( ) : DateTime returns datetime of creation.
getId ( ) : string
getResourceLocator ( ) : string returns resource locator string.

메소드 상세

__construct() 공개 메소드

public __construct ( $resourceLocator, $created, $id )

getCreated() 공개 메소드

returns datetime of creation.
public getCreated ( ) : DateTime
리턴 DateTime

getId() 공개 메소드

public getId ( ) : string
리턴 string

getResourceLocator() 공개 메소드

returns resource locator string.
public getResourceLocator ( ) : string
리턴 string