hasInlineLabels = $condition; return $this; } public function hasInlineLabel(): ?bool { return $this->evaluate($this->hasInlineLabels) ?? $this->getParentComponent()?->hasInlineLabel(); } }