Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Catalog.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Catalog\Helper;
7 
14 {
20  protected $_attributeTabBlock = null;
21 
28 
34  public function getAttributeTabBlock()
35  {
37  }
38 
45  public function setAttributeTabBlock($attributeTabBlock)
46  {
47  $this->_attributeTabBlock = $attributeTabBlock;
48  return $this;
49  }
50 
56  public function getCategoryAttributeTabBlock()
57  {
59  }
60 
67  public function setCategoryAttributeTabBlock($attributeTabBlock)
68  {
69  $this->_categoryAttributeTabBlock = $attributeTabBlock;
70  return $this;
71  }
72 }
setCategoryAttributeTabBlock($attributeTabBlock)
Definition: Catalog.php:67
setAttributeTabBlock($attributeTabBlock)
Definition: Catalog.php:45