Pelzini

This is the code documentation for the Pelzini project

function treeWalk()

Executes a function for this ParserItem, and all of its children ParserItems

The function will be called with a two arguments, the ParserItem that it should operate on, and the parent
of the parser item

Usage

void $CodeParserItem->treeWalk ( mixed $function_name [, ParserItem $parent_item ] );

Authors

Arguments

  1. $function_name
  2. ParserItem $parent_item = NULL

Return value

  • void