Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Piwik
Settings
Storage
Backend
Config
PHP Class Piwik\Settings\Storage\Backend\Config
Inheritance:
implements
Piwik\Settings\Storage\Backend\BackendInterface
显示文件
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
)