n2n Page Rocket 1 API

page\model\nav

­Nav­Tree

NavTree

Methods summary

Modifier and Type Method
public __construct ( )
public addRootNavBranch ( NavBranch navBranch )
public getRootNavBranches ( )
public createLeafContents ( N2nContext n2nContext , Path cmdPath , Path contextPath , N2nLocale n2nLocale , string subsystemName = null , bool homeOnly = false )
public NavBranch findRoot ( object affiliatedObj = null , array tagNames = null , array hookKeys = null , string|null id = null )
public findHomeLeaf ( N2nLocale n2nLocale , string subsystemName = null )
public getHomeLeaf ( N2nLocale n2nLocale , string subsystemName = null )
public NavBranch find ( object affiliatedObj = null , array tagNames = null , array hookKeys = null , string|null id = null )
public findClosest ( NavBranch navBranch , unknown affiliatedObj = null , array tagNames = null , array hookKeys = null , string id = null )
public NavBranch get ( object affiliatedObj = null , array tagNames = null , array hookKeys = null , string id = null )
public getClosest ( NavBranch navBranch , unknown affiliatedObj = null , array tagNames = null , array hookKeys = null , string id = null )
public createUrlBuilder ( HttpContext httpContext , bool fallbackBackAllowed )
public createSitemapItems ( N2nContext n2nContext , Subsystem subsystem = null )

Methods in detail