filter($allowEmpty); } $this->allowEmpty = $allowEmpty; } /** * Get value of required flag */ public function getAllowEmpty(): bool { return $this->allowEmpty; } }