__set()
__set(string $key, string $value)
set the attributes to be used in page.php template
This 'magic method' is called when you call
$page = new RoxGenericPage();
$page->keyname = $value;
Parameters
string |
$key |
name of the attribute |
string |
$value |
buffered html source |