PHP 인터페이스 Sulu\Component\SmartContent\DatasourceItemInterface

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

공개 메소드들

메소드 설명
getId ( ) : string Returns id of item.
getImage ( ) : string Returns URL to image.
getPath ( ) : string Returns full qualified title of item.
getTitle ( ) : string Returns title of the item.

메소드 상세

getId() 공개 메소드

Returns id of item.
public getId ( ) : string
리턴 string

getImage() 공개 메소드

Returns URL to image.
public getImage ( ) : string
리턴 string

getPath() 공개 메소드

For example path or breadcrumb.
public getPath ( ) : string
리턴 string

getTitle() 공개 메소드

Returns title of the item.
public getTitle ( ) : string
리턴 string