PHP Interface Sulu\Component\Content\BreadcrumbItemInterface

Deprecation: This class was only used for an array generation, which is now done in a serializer subscriber
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 méthode

returns depth of node.
public getDepth ( ) : integer
Résultat integer

getTitle() public méthode

returns title of node.
public getTitle ( ) : string
Résultat string

getUuid() public méthode

returns uuid of node.
public getUuid ( ) : string
Résultat string

toArray() public méthode

returns array representation.
public toArray ( ) : array
Résultat array