PHP Class Piwik\Settings\Plugin\UserSetting

See {@link \Piwik\Settings\Setting}.
Inheritance: extends Piwik\Settings\Setting
Show file Open project: piwik/piwik Class Usage Examples

Public Methods

Method Description
__construct ( string $name, mixed $defaultValue, string $type, string $pluginName, string $userLogin ) Constructor.
isWritableByCurrentUser ( ) : boolean Returns true if this setting can be displayed for the current user, false if otherwise.

Method Details

__construct() public method

Constructor.
public __construct ( string $name, mixed $defaultValue, string $type, string $pluginName, string $userLogin )
$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 setting belongs to
$userLogin string The name of the user the value should be set or get for

isWritableByCurrentUser() public method

Returns true if this setting can be displayed for the current user, false if otherwise.