PHP Класс Sulu\Component\Content\BreadcrumbItem

Устаревший: This class was only used for an array generation, which is now done in a serializer subscriber
Наследование: implements Sulu\Component\Content\BreadcrumbItemInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

getDepth() публичный Метод

returns depth of node.
public getDepth ( ) : integer
Результат integer

getTitle() публичный Метод

returns title of node.
public getTitle ( ) : string
Результат string

getUuid() публичный Метод

returns uuid of node.
public getUuid ( ) : string
Результат string

toArray() публичный Метод

returns array representation.
public toArray ( ) : array
Результат array