Exemple #1
0
 /**
  * Get a task
  * 
  * @param  integer $taskId
  * @return Task 
  */
 public function getTask($taskId)
 {
     return $this->service->getTask($this->projectId, $this->id, $taskId);
 }