SproutCMS

This is the code documentation for the SproutCMS project

interface TreenodeMatcher

Interface for matching nodes in the treenode

Implemented by

public ascend

void ascend ( TreeNode $node );

Called after children have been processed. No return value.

public descend

True descend ( TreeNode $node );

Returns true if the children of the specified node should be searched, false otherwise.

public match

True match ( TreeNode $node );

Returns true if this node matches the matcher, false if the node does not match.