PHP Класс Piwik\Settings\Plugin\SystemConfigSetting

See {@link \Piwik\Settings\Setting}.
Наследование: extends Piwik\Settings\Setting
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( string $name, mixed $defaultValue, string $type, string $pluginName, $configSectionName ) Constructor.
isWritableByCurrentUser ( ) : boolean Returns true if this setting is writable for the current user, false if otherwise. In case it returns writable for the current user it will be visible in the Plugin settings UI.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( string $name, mixed $defaultValue, string $type, string $pluginName, $configSectionName )
$name string The setting's persisted name.
$defaultValue mixed Default value for this setting if no value was specified.
$type string Eg an array, int, ... see TYPE_* constants
$pluginName string The name of the plugin the system setting belongs to.

isWritableByCurrentUser() публичный Метод

Returns true if this setting is writable for the current user, false if otherwise. In case it returns writable for the current user it will be visible in the Plugin settings UI.
public isWritableByCurrentUser ( ) : boolean
Результат boolean