Mage_Rule_Model_Renderer_Actions Class Reference

Inheritance diagram for Mage_Rule_Model_Renderer_Actions:

Varien_Data_Form_Element_Renderer_Interface

List of all members.

Public Member Functions

 render (Varien_Data_Form_Element_Abstract $element)


Detailed Description

Definition at line 28 of file Actions.php.


Member Function Documentation

render ( Varien_Data_Form_Element_Abstract element  ) 

Implements Varien_Data_Form_Element_Renderer_Interface.

Definition at line 30 of file Actions.php.

00031     {
00032         if ($element->getRule() && $element->getRule()->getActions()) {
00033            return $element->getRule()->getActions()->asHtmlRecursive();
00034         } 
00035         return '';
00036     }


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

Generated on Sat Jul 4 17:24:39 2009 for Magento by  doxygen 1.5.8