Ejemplo n.º 1
0
 public function __construct($current, $total)
 {
     $this->sent = 0;
     $this->failed = 0;
     $this->notFound = 0;
     parent::__construct($current, $total);
 }