SproutCMS

This is the code documentation for the SproutCMS project

function ascend()

Called after children have been processed. No return value.

Usage

void ascend ( TreeNode $node );

Arguments

  1. TreeNode $node
    The treenode which has just ascended.

Return value

  • void