PHP 클래스 Sulu\Component\Content\BreadcrumbItem

사용 중단: This class was only used for an array generation, which is now done in a serializer subscriber
상속: implements Sulu\Component\Content\BreadcrumbItemInterface
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( $depth, $uuid, $title )
getDepth ( ) : integer returns depth of node.
getTitle ( ) : string returns title of node.
getUuid ( ) : string returns uuid of node.
toArray ( ) : array returns array representation.

메소드 상세

__construct() 공개 메소드

public __construct ( $depth, $uuid, $title )

getDepth() 공개 메소드

returns depth of node.
public getDepth ( ) : integer
리턴 integer

getTitle() 공개 메소드

returns title of node.
public getTitle ( ) : string
리턴 string

getUuid() 공개 메소드

returns uuid of node.
public getUuid ( ) : string
리턴 string

toArray() 공개 메소드

returns array representation.
public toArray ( ) : array
리턴 array