PHP Class Sulu\Bundle\WebsiteBundle\Navigation\NavigationItem

Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( $title, $url, $excerpt, $children = [], $uuid = null, $nodeType = Structure::STATE_TEST )
getChildren ( ) : NavigationItem[]
getExcerpt ( ) : array
getNodeType ( ) : integer
getTitle ( ) : string
getUrl ( ) : string
getUuid ( ) : string

Method Details

__construct() public method

public __construct ( $title, $url, $excerpt, $children = [], $uuid = null, $nodeType = Structure::STATE_TEST )

getChildren() public method

public getChildren ( ) : NavigationItem[]
return NavigationItem[]

getExcerpt() public method

public getExcerpt ( ) : array
return array

getNodeType() public method

public getNodeType ( ) : integer
return integer

getTitle() public method

public getTitle ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string

getUuid() public method

public getUuid ( ) : string
return string