PHP Piwik\Settings\Plugin Пространство имен

Классы

Имя Описание
SystemConfigSetting Describes a system wide setting. Only the Super User can change this type of setting by d efault and the value of this setting will affect all users.
SystemSetting Describes a system wide setting. Only the Super User can change this type of setting by d efault and the value of this setting will affect all users.
SystemSettings Base class of all system settings providers. Plugins that define their own configuration settings can extend this class to easily make their system settings available to Piwik users.
UserSetting Describes a per user setting. Each user will be able to change this setting for themselves, but not for other users.
UserSettings Base class of all plugin settings providers. Plugins that define their own configuration settings can extend this class to easily make their settings available to Piwik users.