Lines Matching defs:protected
23 protected $settings = [];
25 protected $undefined = [];
28 protected $metadata;
30 protected $default;
32 protected $local;
33 /** @var array all protected settings */
34 protected $protected;
37 protected $changed = false;
40 protected $loader;
42 protected $writer;
55 $this->protected = $this->loader->loadProtected();
159 protected function initSettings()
165 ...array_keys($this->protected)
178 $p = $this->protected[$key] ?? null;
192 protected function instantiateClass($key)
213 protected function determineClassName($class, $key)