Searched defs:protected (Results 1 – 7 of 7) sorted by relevance
/dokuwiki/lib/plugins/config/core/Setting/ | ||
H A D | SettingCompression.php | 13 public function initialize($default = null, $local = null, $protected = null) argument |
H A D | SettingDirchoice.php | 13 public function initialize($default = null, $local = null, $protected = null) argument |
H A D | SettingLicense.php | 13 public function initialize($default = null, $local = null, $protected = null) argument |
H A D | SettingAuthtype.php | 11 public function initialize($default = null, $local = null, $protected = null) argument |
H A D | SettingRenderer.php | 18 initialize($default = null, $local = null, $protected = null) global() argument |
H A D | Setting.php | 19 /** @var mixed the protected value of this setting */ variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting |
/dokuwiki/lib/plugins/config/core/ | ||
H A D | Configuration.php | 34 protected $protected; variable in dokuwiki\\plugin\\config\\core\\Configuration |