SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Creates a node, with the specified data

Usage

void $Treenode->__construct ( [ array $data ] );

Arguments

  1. array $data = NULL
    Initial data for the node

Return value

  • void