Ejemplo n.º 1
0
 public function archive(DateTime $date = null)
 {
     $archiver = new ProjectArchiver($this);
     $archiver->archive($date);
 }