Public Member Functions | |
__call ($function, $params) | |
The 'magic' call method will get/set for us invoked when the interpreter can not find a method the user is asking for. | |
set_parameters ($arguments) | |
Set variables from an array to member fields requires $this->optional_arguments or $this->required_arguments to have been set by the subclass. |
Protected Attributes | |
$optional_arguments = array() | |
Array of options that can be set to variables. | |
$required_arguments = array() | |
Array of options that need to be set to variables. |
Private Member Functions | |
not_exist ($function_name) | |
Throw an error when a method is being called on the object that doesn't exist. |
Base class.
Provides additional functionality for classes which inherit from this: