SproutCMS

This is the code documentation for the SproutCMS project

function descend()

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

Usage

True $TreenodeContainsMatcher->descend ( TreeNode $node );

Arguments

  1. TreeNode $node
    The treenode which is about to be descended into

Return value

  • True
    descending should proceed, false otherwise