|
CORE POS - IS4C
The CORE POS front end
|
Public Member Functions | |
| plugin_enable () | |
| plugin_disable () | |
Public Member Functions inherited from Plugin | |
| plugin_enable () | |
| plugin_disable () | |
| settingChange () | |
| plugin_transaction_reset () | |
| plugin_draw_icon () | |
| plugin_url () | |
Public Attributes | |
| $plugin_settings | |
| $plugin_description | |
Public Attributes inherited from Plugin | |
| $plugin_settings | |
| $plugin_description = 'This author didn\'t provide anything. Shame!' | |
Additional Inherited Members | |
Static Public Member Functions inherited from Plugin | |
| static | memberOf ($file) |
| static | isEnabled ($plugin) |
| static | pluginMap ($path="", $in=array()) |
Plugin class
Plugins are collections of modules. Each collection should contain one module that subclasses 'Plugin'. This module provides meta-information about the plugin like settings and enable/disable hooks
| PromptForTare::plugin_disable | ( | ) |
Callback. Triggered when plugin is disabled
| PromptForTare::plugin_enable | ( | ) |
Callback. Triggered when plugin is enabled
| PromptForTare::$plugin_description |
| PromptForTare::$plugin_settings |
Desired settings. These are automatically exposed on the 'Plugins' area of the install page and written to ini.php
1.8.4