Exemple #1
0
 private function notifyText($text = null)
 {
     if ($this->progress !== null) {
         $this->progress->text($text);
     }
 }