Varien_Convert_Validator_Dryrun Class Reference

Inheritance diagram for Varien_Convert_Validator_Dryrun:

Varien_Convert_Validator_Abstract Varien_Convert_Container_Abstract Varien_Convert_Validator_Interface Varien_Convert_Container_Interface

List of all members.

Public Member Functions

 validate ()


Detailed Description

Definition at line 37 of file Dryrun.php.


Member Function Documentation

validate (  ) 

Implements Varien_Convert_Validator_Interface.

Definition at line 39 of file Dryrun.php.

00040     {
00041         if ($this->getVar('dry_run') || $this->getProfile()->getDryRun()) {
00042             $this->addException(__("Dry run set, stopping execution"), Varien_Convert_Exceptin::FATAL);
00043         }
00044         return $this;
00045     }


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

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