SproutCMS

This is the code documentation for the SproutCMS project

function pmm2Drawnode()

Draws a single item, and its sub-items

Usage

void Navigation::pmm2Drawnode ( PageNode $node , int $depth , mixed $pmm_max_depth , mixed $pmm_nav_limit );

Arguments

  1. PageNode $node
    The node to draw
  2. int $depth
    The current depth of the tree
  3. $pmm_max_depth
  4. $pmm_nav_limit

Return value

  • void