Exemplo n.º 1
0
 /**
  * Define action type and default value
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setType('enterprise_targetrule/actions_condition_product_attributes');
     $this->setValue(null);
     $this->setValueType(self::VALUE_TYPE_SAME_AS);
 }