isProtected()) { $value = $this->protected; $disable = 'disabled="disabled"'; } elseif ($echo && $this->error) { $value = $this->input; } else { $value = $this->local ?? $this->default; } $key = htmlspecialchars($this->key); $value = htmlspecialchars($value); $label = ''; $input = ''; return [$label, $input]; } }