SproutCMS

This is the code documentation for the SproutCMS project

function __get()

Generic field getter for unknown properties - used for TreeNode->children

Be aware that data gotten through this getter is BY REFERENCE
For by-value data retrival, use the array-access functions.

Usage

unknown $Treenode->__get ( string &$field );

Arguments

  1. string $field (by reference)
    The field to get.