confirm; } public function getDeny(): string { return $this->deny; } public function isRequired(): bool { return $this->required; } public function getDefaultValue(): bool { return $this->defaultValue; } public function getTitle(): string { return $this->title; } public function getMessage(): string { return $this->message; } }