Mage_Catalog_Model_Product_Attribute_Source_Layout Class Reference

Inheritance diagram for Mage_Catalog_Model_Product_Attribute_Source_Layout:

Mage_Eav_Model_Entity_Attribute_Source_Abstract Mage_Eav_Model_Entity_Attribute_Source_Interface

List of all members.

Public Member Functions

 getAllOptions ()


Detailed Description

Definition at line 34 of file Layout.php.


Member Function Documentation

getAllOptions (  ) 

Retrieve All options

Returns:
array

Implements Mage_Eav_Model_Entity_Attribute_Source_Interface.

Definition at line 36 of file Layout.php.

00037     {
00038         if (!$this->_options) {
00039             $this->_options = Mage::getSingleton('page/source_layout')->toOptionArray();
00040             array_unshift($this->_options, array('value'=>'', 'label'=>Mage::helper('catalog')->__('No layout updates')));
00041         }
00042         return $this->_options;
00043     }


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

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