SproutCMS

This is the code documentation for the SproutCMS project

class Treenode

Represents a node in the tree

Class structure

As a function return value

findNodeValue from class Treenode

Finds a node by looking at this node
If that does not match, looking at each of this nodes children in turn.
If that does not match, return null

From /sprout/Helpers/Treenode.php

findNodeValue

Finds a node by looking at this node
If that does not match, looking at each of this nodes children in turn.
If that does not match, return null

From /sprout/Helpers/Treenode.php

getHeadingsTree from class DocImport

For a given XML document, return a tree of headings

Any heading level past the max_depth option is treated like body text.

From /sprout/Helpers/DocImport/DocImport.php

getHeadingsTree from class DocImport

For a given XML document, return a tree of headings

Any heading level past the max_depth option is treated like body text.

From /sprout/Helpers/DocImport/DocImport.php

loadTree from class Treenode

Loads a flat table into a tree structure.
Requires the table to have an id, parent_id and record_order field.

From /sprout/Helpers/Treenode.php

loadTree

Loads a flat table into a tree structure.
Requires the table to have an id, parent_id and record_order field.

From /sprout/Helpers/Treenode.php

matchedNode from class Navigation

Finds the node in the page tree which matched the specified TreenodeMatcher.

From /sprout/Helpers/Navigation.php

matchedNode from class Navigation

Finds the node in the page tree which matched the specified TreenodeMatcher.

From /sprout/Helpers/Navigation.php