\RoxGenericPage_OLD

Summary

Methods
Properties
Constants
__set()
__get()
render()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_attributes
N/A

Properties

$_attributes

$_attributes

Methods

__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

__get()

__get(\unknown_type $key) : \unknown

magic method called in page.php, typically by <?=$Page->keyname ?>

Parameters

\unknown_type $key

Returns

\unknown

render()

render()

show the page.php template, using the attributes in $_attributes