Represents a node in the tree
This is the code documentation for the SproutCMS project
Search documentation |
class TreenodeRepresents a node in the tree
Class structureAs a function return valuefindNodeValue 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 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 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 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 |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Monday, 3rd April, 2023 at 02:59 pm |