Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Sulu
Component
Content
BreadcrumbItemInterface
PHP Interface Sulu\Component\Content\BreadcrumbItemInterface
Deprecation:
This class was only used for an array generation, which is now done in a serializer subscriber
Show file
Open project: sulu/sulu
Public Methods
Method
Description
getDepth
( ) :
integer
returns depth of node.
getTitle
( ) :
string
returns title of node.
getUuid
( ) :
string
returns uuid of node.
toArray
( ) :
array
returns array representation.
Method Details
getDepth()
public
method
returns depth of node.
public
getDepth
( ) :
integer
return
integer
getTitle()
public
method
returns title of node.
public
getTitle
( ) :
string
return
string
getUuid()
public
method
returns uuid of node.
public
getUuid
( ) :
string
return
string
toArray()
public
method
returns array representation.
public
toArray
( ) :
array
return
array