Pelzini

This is the code documentation for the Pelzini project

Page options:

Inherited members

class FieldTreeNodeMatcher

Finds nodes in the tree which have a specified field which matches a specified value

Authors

Variables

NameVisibilityDescription
$field 
$value 

Functions

NameVisibilityDescription
__constructpublic 
matchpublicWill return true if the node matches the specified condition, or false otherwise

public __construct

void $FieldTreeNodeMatcher->__construct ( mixed $field , mixed $value );

This function does not have a description

public match

boolean $FieldTreeNodeMatcher->match ( TreeNode $node );

Will return true if the node matches the specified condition, or false otherwise