Example #1
0
 /**
  * Getting attribute block name for tabs
  *
  * @return string
  */
 public function getAttributeTabBlock()
 {
     if ($this->_helperCatalog->getAttributeTabBlock() === null) {
         return $this->_attributeTabBlock;
     }
     return $this->_helperCatalog->getAttributeTabBlock();
 }