SproutCMS

This is the code documentation for the SproutCMS project

function drawnode()

Draws a single item, and its sub-items

Usage

unknown RelatedLinksWidget::drawnode ( TreeNode $node , int $depth , array &$ancestors );

Arguments

  1. TreeNode $node
    The node to draw
  2. int $depth
    The depth of the current node
  3. array $ancestors (by reference)
    The ancestors of the current page node, for highlighting.