Exemplo n.º 1
0
 /**
  * Load attribute property from array
  *
  * @param array $array
  * @return Enterprise_TargetRule_Model_Actions_Condition_Product_Attributes
  */
 public function loadArray($array)
 {
     parent::loadArray($array);
     if (isset($array['value_type'])) {
         $this->setValueType($array['value_type']);
     }
     return $this;
 }