Property | Type | Description | |
---|---|---|---|
$meta | Symfony\Component\HttpFoundation\ParameterBag |
Property | Type | Description | |
---|---|---|---|
$collNestedGetLinks | |||
$offspring | Children. Mostly used for breadcrumb. | ||
$parents | Parents. Mostly used for breadcrumb. | ||
$path | string |
Method | Description | |
---|---|---|
__construct ( ) | ||
addOffspring ( |
||
addParent ( |
||
createPage ( string $title, string $urn, string | null $theme = null, string | null $layout = null ) : |
||
getCacheKey ( ) : string | ||
getLinks ( boolean $pWithFolders = false ) : Propel\Runtime\Collection\ObjectCollection | Same as getChildren but returns only visible pages and non-folder nodes | |
getOffspring ( ) : |
||
getParents ( ) : |
Returns all parents. Mainly used for breadcrumb. | |
getPath ( string $pDelimiter = ' » ' ) : string | Generates a path to the current page. | |
hasLinks ( ) : boolean | Does the current node has (valid) sub links? | |
isRenderable ( ) : boolean | Whether this node is from type page or tray. | |
setPath ( string $path ) |
public getParents ( ) : |
||
return |
public isRenderable ( ) : boolean | ||
return | boolean |
public ParameterBag,Symfony\Component\HttpFoundation $meta | ||
return | Symfony\Component\HttpFoundation\ParameterBag |
protected Node[],Jarves\Model|null $offspring | ||
return |
protected Node[],Jarves\Model|null $parents | ||
return |