name = $name; $this->type= strtolower($type); $this->tax_rules_arr = array(); $this->standalone = $standalone; } } function AddTaxRules($rules) { $this->tax_rules_arr[] = $rules; } } ?>