SproutCMS

This is the code documentation for the SproutCMS project

function __get()

Magically gets a view variable.

Usage

mixed|void $View->__get ( string &$key );

Arguments

  1. string $key (by reference)
    variable key

Return value

  • mixed
    variable value if the key is found
  • void
    if the key is not found