Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sulu
Component
Content
BreadcrumbItemInterface
PHP 인터페이스 Sulu\Component\Content\BreadcrumbItemInterface
사용 중단:
This class was only used for an array generation, which is now done in a serializer subscriber
파일 보기
프로젝트 열기: sulu/sulu
공개 메소드들
메소드
설명
getDepth
( ) :
integer
returns depth of node.
getTitle
( ) :
string
returns title of node.
getUuid
( ) :
string
returns uuid of node.
toArray
( ) :
array
returns array representation.
메소드 상세
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