cart_array=$cart_array; $this->rules_array=$rules_array; $this->running_max_discount=$running_max_discount; $this->running_max=$running_max; $this->_price=$price; $this->_weight=$weight; $this->mode=$mode; } function get_valid_rules() { return $this->valid_rules; } } }