50 $isCatalogProduct =
false,
54 parent::__construct($context,
$data);
55 $this->_isCatalogProduct = $isCatalogProduct;
68 $this->_shortcuts[] =
$block;
78 $this->_eventManager->dispatch(
79 'shortcut_buttons_container',
82 'is_catalog_product' => $this->_isCatalogProduct,
83 'or_position' => $this->_orPosition
97 foreach ($this->_shortcuts as $shortcut) {
98 $this->
setChild($shortcut->getAlias(), $shortcut);
getChildHtml($alias='', $useCache=true)