|
ultimix
|
Public Member Functions | |
| __construct () | |
| pre_generation (&$Options) | |
| set_path ($thePackagePath) | |
| view ($Options) | |
Data Fields | |
| $PackagePath | |
| $Output | |
View.
Definition at line 26 of file auto_view.php.
| __construct | ( | ) |
Constructor.
Definition at line 62 of file auto_view.php.
| pre_generation | ( | & | $Options | ) |
Function executes before any page generating actions took place.
| $Options | - Settings. |
| Exception | An exception of this type is thrown. |
Definition at line 91 of file auto_view.php.
| set_path | ( | $thePackagePath | ) |
Setting path to the replacing path.
| $thePackagePath | - Path to the package. |
| Exception | - An exception of this type is thrown. |
Definition at line 123 of file auto_view.php.
| view | ( | $Options | ) |
Function draws component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 153 of file auto_view.php.
| $Output |
Display function's result.
Definition at line 50 of file auto_view.php.
| $PackagePath |
Path to the replacing package.
Definition at line 38 of file auto_view.php.