This is the code documentation for the SproutCMS project
Search documentation |
interface TreenodeMatcherInterface for matching nodes in the treenode
Implemented by
public ascendvoid ascend ( TreeNode $node ); Called after children have been processed. No return value. public descendTrue descend ( TreeNode $node ); Returns true if the children of the specified node should be searched, false otherwise. public matchTrue match ( TreeNode $node ); Returns true if this node matches the matcher, false if the node does not match. |
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 |