Mage_Rule_Model_Environment Class Reference

Inheritance diagram for Mage_Rule_Model_Environment:

Varien_Object

List of all members.

Public Member Functions

 collect ()


Detailed Description

Definition at line 28 of file Environment.php.


Member Function Documentation

collect (  ) 

Collect application environment for rules filtering

Todo:
make it not dependent on checkout module
Returns:
Mage_Rule_Model_Environment

Definition at line 36 of file Environment.php.

00037     {
00038         $this->setNow(time());
00039 
00040         Mage::dispatchEvent('rule_environment_collect', array('env'=>$this));
00041         
00042         return $this;
00043     }


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