示例#1
0
 /**
  * Store form values for this branch.
  * This is called once for each branch that is enabled when the form is committed.
  * @param JOB_BRANCH_INFO $branch_info
  * @access private
  */
 protected function _store_to_branch_info($branch_info)
 {
     parent::_store_to_branch_info($branch_info);
     $branch_info->set_status($this->value_for("branch_{$branch_info->branch_id}_status"));
     $branch_info->priority = $this->value_for("branch_{$branch_info->branch_id}_priority");
 }