$this
public function setCondition(?string $condition) : static { $this->condition = (string) $condition; $this->compiled = null; return $this; }