Пример #1
0
 public function getOverview()
 {
     if ($this->overview == null) {
         $this->overview = $this->projectService->getProjectOverview($this);
     }
     return $this->overview;
 }