Methods summary
final public
|
|
protected
|
|
abstract public
array
|
#
getSettings( mixed $plugin_id, mixed $key )
Parameters
- $plugin_id
mixed $plugin_id string
- $key
mixed $key string
Returns
array
|
abstract public
array
|
#
setSettings( string $plugin_id, string $key, string $name, mixed $value )
Parameters
- $plugin_id
string $plugin_id
- $key
string $key
- $name
string $name
- $value
mixed $value
Returns
array
|
final public
string
|
|
final public
mixed
|
#
execCallbackHandler( string $method )
Callback method handler for plugin
Parameters
Returns
mixed
Throws
|
public
string
|
#
getDataPath( integer $order_id, string $path = null )
Get private data storage path
Parameters
- $order_id
integer $order_id
- $path
string $path
Returns
string
|