Mage_Rule_Block_Conditions Class Reference

Inheritance diagram for Mage_Rule_Block_Conditions:

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 Conditions.php.


Member Function Documentation

render ( Varien_Data_Form_Element_Abstract element  ) 

Implements Varien_Data_Form_Element_Renderer_Interface.

Definition at line 30 of file Conditions.php.

00031     {
00032         if ($element->getRule() && $element->getRule()->getConditions()) {
00033            return $element->getRule()->getConditions()->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