CORE POS - IS4C
The CORE POS front end
Public Member Functions | Public Attributes | List of all members
ReceiptOff Class Reference
Inheritance diagram for ReceiptOff:
COREPOS\pos\plugins\Plugin

Public Member Functions

 plugin_transaction_reset ()
 
- Public Member Functions inherited from COREPOS\pos\plugins\Plugin
 plugin_transaction_reset ()
 
 plugin_draw_icon ()
 
 pluginUrl ()
 

Public Attributes

 $plugin_settings
 
 $plugin_description
 

Additional Inherited Members

- Static Protected Member Functions inherited from COREPOS\pos\plugins\Plugin
static getPluginList ()
 
static defaultSearchDir ()
 
- Static Protected Attributes inherited from COREPOS\pos\plugins\Plugin
static $unmapped_files = array('Plugin.php')
 

Detailed Description

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

Member Data Documentation

ReceiptOff::$plugin_description
Initial value:
= 'Turns automatic receipt printing off after each transaction;
the user can toggle it back for any given transaction, using the "RP" command or equivalent.'
ReceiptOff::$plugin_settings
Initial value:
= array(
)

Desired settings. These are automatically exposed on the 'Plugins' area of the install page and written to ini.php


The documentation for this class was generated from the following file: