![]() |
PHPDevShell 3.1.3-Stable
PHP OOP RAD Development Framework
|
Public Member Functions | |
| setPlugin ($plugin_folder, $action, $version=false) | |
| uninstallClasses ($plugin_folder) | |
| uninstallSettings ($plugin_folder) | |
Protected Attributes | |
| $plugin | |
| $action | |
| $menuStructure | |
| $menu | |
| $pluginUpgraded | |
Manages plugin relations.
| setPlugin | ( | $ | plugin_folder, |
| $ | action, | ||
| $ | version = false |
||
| ) |
Runs all necesary queries to enter a plugin and its menu items into the database.
| string | Folder and unique name where plugin is copied. |
| string | Action taken to manipulate plugin. |
| string | Version of the current installed plugin. |
| uninstallClasses | ( | $ | plugin_folder | ) |
Uninstall classes for a specific plugin from database.
| string | Folder and unique name where plugin was copied. |
| uninstallSettings | ( | $ | plugin_folder | ) |
Uninstall all settings from database for specific plugin.
| string | $plugin_folder |
$action [protected] |
$menu [protected] |
$menuStructure [protected] |
$plugin [protected] |
$pluginUpgraded [protected] |