PHP 인터페이스 Sulu\Bundle\WebsiteBundle\Navigation\NavigationMapperInterface

파일 보기 프로젝트 열기: sulu/sulu 0 사용 예제들

공개 메소드들

메소드 설명
getBreadcrumb ( string $uuid, string $webspace, string $language ) : NavigationItem[] returns a breadcrumb navigation for given content-uuid.
getNavigation ( string $parent, $webspaceKey, $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[] returns navigation for given parent.
getRootNavigation ( string $webspaceKey, string $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[] returns navigation from root.

메소드 상세

getBreadcrumb() 공개 메소드

returns a breadcrumb navigation for given content-uuid.
public getBreadcrumb ( string $uuid, string $webspace, string $language ) : NavigationItem[]
$uuid string
$webspace string
$language string
리턴 NavigationItem[]

getNavigation() 공개 메소드

returns navigation for given parent.
public getNavigation ( string $parent, $webspaceKey, $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[]
$parent string uuid of parent node
$webspaceKey
$locale
$depth integer
$flat boolean
$context string | null
$loadExcerpt boolean
리턴 NavigationItem[]

getRootNavigation() 공개 메소드

returns navigation from root.
public getRootNavigation ( string $webspaceKey, string $locale, integer $depth = 1, boolean $flat = false, string | null $context = null, boolean $loadExcerpt = false ) : NavigationItem[]
$webspaceKey string
$locale string
$depth integer
$flat boolean
$context string | null
$loadExcerpt boolean
리턴 NavigationItem[]