isProtected()) return false; $value = is_null($this->local) ? $this->default : $this->local; if ($value == $input) return false; if (!init_path($input)) { $this->error = true; $this->input = $input; return false; } $this->local = $input; return true; } }