Mage_Adminhtml_Helper_Catalog Class Reference

Inheritance diagram for Mage_Adminhtml_Helper_Catalog:

Mage_Core_Helper_Abstract

List of all members.

Public Member Functions

 getAttributeTabBlock ()
 setAttributeTabBlock ($attributeTabBlock)
 getCategoryAttributeTabBlock ()
 setCategoryAttributeTabBlock ($attributeTabBlock)

Protected Attributes

 $_attributeTabBlock = null
 $_categoryAttributeTabBlock


Detailed Description

Definition at line 34 of file Catalog.php.


Member Function Documentation

getAttributeTabBlock (  ) 

Retrieve Attribute Tab Block Name for Product Edit

Returns:
string

Definition at line 55 of file Catalog.php.

00056     {
00057         return $this->_attributeTabBlock;
00058     }

getCategoryAttributeTabBlock (  ) 

Retrieve Attribute Tab Block Name for Category Edit

Returns:
string

Definition at line 77 of file Catalog.php.

00078     {
00079         return $this->_categoryAttributeTabBlock;
00080     }

setAttributeTabBlock ( attributeTabBlock  ) 

Set Custom Attribute Tab Block Name for Product Edit

Parameters:
string $attributeTabBlock
Returns:
Mage_Adminhtml_Helper_Catalog

Definition at line 66 of file Catalog.php.

00067     {
00068         $this->_attributeTabBlock = $attributeTabBlock;
00069         return $this;
00070     }

setCategoryAttributeTabBlock ( attributeTabBlock  ) 

Set Custom Attribute Tab Block Name for Category Edit

Parameters:
string $attributeTabBlock
Returns:
Mage_Adminhtml_Helper_Catalog

Definition at line 88 of file Catalog.php.

00089     {
00090         $this->_categoryAttributeTabBlock = $attributeTabBlock;
00091         return $this;
00092     }


Member Data Documentation

$_attributeTabBlock = null [protected]

Definition at line 41 of file Catalog.php.

$_categoryAttributeTabBlock [protected]

Definition at line 48 of file Catalog.php.


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

Generated on Sat Jul 4 17:23:12 2009 for Magento by  doxygen 1.5.8