Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Catalog Class Reference
Inheritance diagram for Catalog:
AbstractHelper

Public Member Functions

 getAttributeTabBlock ()
 
 setAttributeTabBlock ($attributeTabBlock)
 
 getCategoryAttributeTabBlock ()
 
 setCategoryAttributeTabBlock ($attributeTabBlock)
 
- Public Member Functions inherited from AbstractHelper
 __construct (Context $context)
 
 isModuleOutputEnabled ($moduleName=null)
 

Protected Attributes

 $_attributeTabBlock = null
 
 $_categoryAttributeTabBlock
 
- Protected Attributes inherited from AbstractHelper
 $_moduleName
 
 $_request
 
 $_moduleManager
 
 $_logger
 
 $_urlBuilder
 
 $_httpHeader
 
 $_eventManager
 
 $_remoteAddress
 
 $urlEncoder
 
 $urlDecoder
 
 $scopeConfig
 
 $_cacheConfig
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractHelper
 _getRequest ()
 
 _getModuleName ()
 
 _getUrl ($route, $params=[])
 

Detailed Description

Adminhtml Catalog helper

Author
Magento Core Team core@.nosp@m.mage.nosp@m.ntoco.nosp@m.mmer.nosp@m.ce.co.nosp@m.m

Definition at line 13 of file Catalog.php.

Member Function Documentation

◆ getAttributeTabBlock()

getAttributeTabBlock ( )

Retrieve Attribute Tab Block Name for Product Edit

Returns
string

Definition at line 34 of file Catalog.php.

35  {
37  }

◆ getCategoryAttributeTabBlock()

getCategoryAttributeTabBlock ( )

Retrieve Attribute Tab Block Name for Category Edit

Returns
string

Definition at line 56 of file Catalog.php.

◆ setAttributeTabBlock()

setAttributeTabBlock (   $attributeTabBlock)

Set Custom Attribute Tab Block Name for Product Edit

Parameters
string$attributeTabBlock
Returns
$this

Definition at line 45 of file Catalog.php.

46  {
47  $this->_attributeTabBlock = $attributeTabBlock;
48  return $this;
49  }

◆ setCategoryAttributeTabBlock()

setCategoryAttributeTabBlock (   $attributeTabBlock)

Set Custom Attribute Tab Block Name for Category Edit

Parameters
string$attributeTabBlock
Returns
$this

Definition at line 67 of file Catalog.php.

68  {
69  $this->_categoryAttributeTabBlock = $attributeTabBlock;
70  return $this;
71  }

Field Documentation

◆ $_attributeTabBlock

$_attributeTabBlock = null
protected

Definition at line 20 of file Catalog.php.

◆ $_categoryAttributeTabBlock

$_categoryAttributeTabBlock
protected

Definition at line 27 of file Catalog.php.


The documentation for this class was generated from the following file: