/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('easyshippingrules/rule_condition_product_found');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('mageworx_multifees/fee_condition_product_found');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setType('xtento_orderexport/export_condition_product_found');
 }
Exemple #4
0
 public function getConditions()
 {
     return ($conditions = parent::getConditions()) ? $conditions : array();
 }