Exemple #1
0
 /**
  * Get the project
  * 
  * @return Project 
  */
 public function getProject()
 {
     return $this->service->getProject($this->projectId);
 }