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