PHP Interface Sulu\Component\Content\BreadcrumbItemInterface

Deprecation: This class was only used for an array generation, which is now done in a serializer subscriber
Datei anzeigen 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