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