batchMode = $condition; return $this; } public function getBatchMode(): bool { return $this->evaluate($this->batchMode); } }