Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2014-09-18 11:36:43 +0400
committerThomas Steur <tsteur@users.noreply.github.com>2014-09-18 11:36:43 +0400
commitcd6d1b5bb010d7896196f3711f38a94bef9dd74a (patch)
treed4a1758360eea771db3b2fefea5c09e6e8d217f6 /core/Settings
parentaafb07c75b86b7905da1d7525e2800c8dbad2cde (diff)
fix comment
Diffstat (limited to 'core/Settings')
-rw-r--r--core/Settings/Setting.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Settings/Setting.php b/core/Settings/Setting.php
index 2b8e53bf26..be35345b2d 100644
--- a/core/Settings/Setting.php
+++ b/core/Settings/Setting.php
@@ -178,7 +178,8 @@ abstract class Setting
}
/**
- * Returns `true` if this setting can be displayed for the current user, `false` if otherwise.
+ * 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.
*
* @return bool
*/