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