SproutCMS

This is the code documentation for the SproutCMS project

function currentRevealDrawnode()

Draws a single item, and its sub-items

Usage

void Navigation::currentRevealDrawnode ( PageNode $node , int $depth );

Arguments

  1. PageNode $node
    The node to draw
  2. int $depth
    The current depth of the tree

Return value

  • void