SproutCMS

This is the code documentation for the SproutCMS project

function __set()

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

Usage

void $Treenode->__set ( string $field , mixed $value );

Arguments

  1. string $field
    The field to set.
  2. mixed $value
    The value to set.

Return value

  • void