예제 #1
0
파일: Updates.php 프로젝트: VNovotna/MP2014
 public function render()
 {
     $this->template->setFile(__DIR__ . '/Udates.latte');
     $this->template->dowJars = array_merge($this->gameUpdater->getSnapshotsJars(), $this->gameUpdater->getStableJars());
     $this->template->render();
 }