|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_path ($thePackagePath) | |
| controller ($Options) | |
Data Fields | |
| $PackagePath | |
Controller.
Definition at line 26 of file auto_controller.php.
| __construct | ( | ) |
Constructor.
Definition at line 50 of file auto_controller.php.
| controller | ( | $Options | ) |
Function controls component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 109 of file auto_controller.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 79 of file auto_controller.php.
| $PackagePath |
Path to the replacing package.
Definition at line 38 of file auto_controller.php.