Class Inx_Apiimpl_Plugin_PluginStoreImpl

Description

Implements interfaces:

Located in /Apiimpl/Plugin/PluginStoreImpl.php (line 3)


	
			
Variable Summary
Method Summary
Inx_Apiimpl_Plugin_PluginStoreImpl __construct (Inx_Apiimpl_SessionContext $sc)
void get ( $secretId,  $key)
void getKeys ( $secretId)
void put ( $secretId,  $key,  $is)
void remove ( $secretId,  $key)
void removeAll ( $secretId)
Variables
mixed $_oService (line 8)
  • access: protected
mixed $_oSessionContext (line 6)
  • access: protected
Methods
Constructor __construct (line 12)
  • access: public
Inx_Apiimpl_Plugin_PluginStoreImpl __construct (Inx_Apiimpl_SessionContext $sc)
get (line 19)
  • access: public
void get ( $secretId,  $key)
  • $secretId
  • $key

Implementation of:
Inx_Api_Plugin_PluginStore::get()
Returns an Inx_Api_InputStream to download the data for the given key.
getKeys (line 37)
  • access: public
void getKeys ( $secretId)
  • $secretId

Implementation of:
Inx_Api_Plugin_PluginStore::getKeys()
Returns all keys which are stored for the given plug-in secret id.
put (line 51)
  • access: public
void put ( $secretId,  $key,  $is)
  • $secretId
  • $key
  • $is

Implementation of:
Inx_Api_Plugin_PluginStore::put()
Uploads data from a plug-in which needs to be stored in Inxmail Professional.
remove (line 88)
  • access: public
void remove ( $secretId,  $key)
  • $secretId
  • $key

Implementation of:
Inx_Api_Plugin_PluginStore::remove()
Removes the given key and its value from the plug-in store.
removeAll (line 102)
  • access: public
void removeAll ( $secretId)
  • $secretId

Implementation of:
Inx_Api_Plugin_PluginStore::removeAll()
Removes all keys from the plug-in store for the given plug-in secret id.

Documentation generated on Thu, 17 Sep 2015 14:27:28 +0200 by phpDocumentor 1.3.2