Ejemplo n.º 1
0
 function phil_health_deductions()
 {
     $p = new Philhealth_sched();
     $amount = $p->get_amount($this->monthly_salary, $this->share);
     $this->add_deductions($this->share, $amount);
     // add up deductions
     return $amount;
 }