SproutCMS

This is the code documentation for the SproutCMS project

function __set()

Magically sets a view variable.

Usage

void $View->__set ( string $key , string $value );

Arguments

  1. string $key
    variable key
  2. string $value
    variable value

Return value

  • void