SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class TreenodeIdsMatcher

Matches a node which which has an id of one of the ids in the list

Variables

NameVisibilityDescription
$ids 

Functions

NameVisibilityDescription
__constructpublicConstructor
ascendpublicCalled after children have been processed
descendpublicReturns true if the children of the specified node should be searched, false otherwise.
matchpublicDoes the match

public __construct

void $TreenodeIdsMatcher->__construct ( array $ids );

Constructor

public ascend

void $TreenodeIdsMatcher->ascend ( TreeNode $node );

Called after children have been processed

public descend

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

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

public match

True $TreenodeIdsMatcher->match ( TreeNode $node );

Does the match