Пример #1
0
 /**
  * Gets all the projects for this client
  */
 public function getProjects()
 {
     return $this->projectService->getProjectsForClient($this->me());
 }