Pelzini

This is the code documentation for the Pelzini project

function match()

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

Usage

boolean match ( TreeNode $node );

Authors

Arguments

  1. TreeNode $node
    The node to check

Return value

  • boolean
    True if the node matches, false otherwise