PHP Class Piwik\Settings\Storage\Backend\Config

Inheritance: implements Piwik\Settings\Storage\Backend\BackendInterface
Show file Open project: piwik/piwik

Public Methods

Method Description
__construct ( $section )
delete ( )
getStorageId ( )
load ( )
save ( $values ) Saves (persists) the current setting values in the database.

Private Methods

Method Description
getConfig ( )

Method Details

__construct() public method

public __construct ( $section )

delete() public method

public delete ( )

getStorageId() public method

public getStorageId ( )

load() public method

public load ( )

save() public method

Saves (persists) the current setting values in the database.
public save ( $values )