function pay_form::total_goal in Pay 6        
                          
                  
                        Same name and namespace in other branches
- 7 includes/handlers/pay_form.inc \pay_form::total_goal()
1 call to pay_form::total_goal()
  - pay_form::form_submit in includes/handlers/pay_form.inc
File
 
   - includes/handlers/pay_form.inc, line 430
- The base class for payment activities. All payment form classes should
extend this.
Class
  
  - pay_form 
- @file
The base class for payment activities. All payment form classes should
extend this.
Code
function total_goal() {
  return (double) $this->total_goal;
}