CORE POS - Fannie
The CORE POS back end
Public Attributes | List of all members
MailChimpSync Class Reference
Inheritance diagram for MailChimpSync:
COREPOS\Fannie\API\FanniePlugin

Public Attributes

 $plugin_settings
 
 $plugin_description
 
- Public Attributes inherited from COREPOS\Fannie\API\FanniePlugin
 $plugin_settings
 
 $plugin_description = 'This author didn\'t provide anything. Shame!'
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
 pluginEnable ()
 
 plugin_enable ()
 
 pluginDisable ()
 
 plugin_disable ()
 
 settingChange ()
 
 setting_change ()
 
 pluginUrl ()
 
 plugin_url ()
 
 pluginDir ()
 
 plugin_dir ()
 
 pluginDbStruct ($db, $struct_name, $db_name="")
 
 plugin_db_struct ($db, $struct_name, $db_name="")
 
- Static Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
static memberOf ($file)
 
static isEnabled ($plugin)
 
static pluginMap ($path="", $in=array())
 

Member Data Documentation

MailChimpSync::$plugin_description
Initial value:
= 'Plugin for posting reversal transaction. A reversal is
essentially the original transaction times minus one. Used in correcting
and cleaning up after mistakes.'
MailChimpSync::$plugin_settings
Initial value:
= array(
'MailChimpApiKey' => array('default'=>'','label'=>'API Key',
'description'=>'API key for access to MailChimp. Found
under account settings.'),
'MailChimpListID' => array('default'=>'','label'=>'List ID',
'description'=>'List ID for the MailChimp list to sync
with. Found under List Settings Name & Defaults.'),
'MailChimpMergeVarField' => array('default' => 0, 'label'=>'Owner Number field exists',
'options'=>array('Yes'=>1, 'No'=>0),
'description'=>'Set this to Yes once the field has been created. This plugin
will create the field automatically, but polling on every synchronization
to check whether it exists is against MailChimp\'s best practices.'),
)

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: