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