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