55 $this->buttonBar = GeneralUtility::makeInstance(ButtonBar::class);
56 $this->menuRegistry = GeneralUtility::makeInstance(MenuRegistry::class);
57 $this->metaInformation = GeneralUtility::makeInstance(MetaInformation::class);
105 $this->enabled =
true;
113 $this->enabled =
false;
125 'buttons' => $this->buttonBar->getButtons(),
126 'menus' => $this->menuRegistry->getMenus(),