Beispiel #1
0
 /**
  * List of projects
  */
 public function renderDefault()
 {
     $this->template->projects = $this->project->getAll();
 }