link('asohist_taxtype_id', func_get_arg(0)) : $this->link('asohist_taxtype_id'); } /** * Getter / Setter for $asohist_taxzone_id * * @param mixed (optional) value to assign * @access public */ public function taxzone() { return func_num_args() ? $this->link('asohist_taxzone_id', func_get_arg(0)) : $this->link('asohist_taxzone_id'); } /** * Getter / Setter for $asohist_curr_id * * @param mixed (optional) value to assign * @access public */ public function curr() { return func_num_args() ? $this->link('asohist_curr_id', func_get_arg(0)) : $this->link('asohist_curr_id'); } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE }