*/ interface Varien_Convert_Action_Interface { /** * Run current action * * @return Varien_Convert_Action_Abstract */ public function run(); }