Esempio n. 1
0
 public function calculateInstallationProgress()
 {
     /**
      * Calculate Progress Percentage
      */
     $_SESSION['progress'] = Helper::calculateProgress($this->step, $this->total_steps);
 }