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