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
Datei anzeigen Open project: sulu/sulu

Public Methods

Method 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 method

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

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