Buttons bar items constructor initialization

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Benjamin Dalsass
2026-08-28 09:53:02 +02:00
committed by GitHub
parent 1ca8b90f4d
commit 155024bf89

View File

@@ -97,7 +97,7 @@ class ButtonBar extends UIContentBlock
$this->RefreshOverflowDataAttributes();
$this->SetSubBlocks($aSubBlocks);
$this->SetButtons($aSubBlocks);
}
public function SetMoreButtonTooltipText(string $sMoreButtonTooltipText): self