SproutCMS

This is the code documentation for the SproutCMS project

function findNodeValue()

Finds a node by looking at this node
If that does not match, looking at each of this nodes children in turn.
If that does not match, return null

Usage

TreeNode $Treenode->findNodeValue ( mixed $key , mixed $value );

Arguments

  1. mixed $key
    The key to search for in the data
  2. mixed $value
    The value to search for in the data

Return value