PHP Class Sulu\Component\Content\BreadcrumbItem

Deprecation: This class was only used for an array generation, which is now done in a serializer subscriber
Inheritance: implements Sulu\Component\Content\BreadcrumbItemInterface
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

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