Exemple #1
0
 /**
  * Remove a task
  * 
  * @param  integer $id
  * @return boolean 
  */
 public function removeTask($id)
 {
     return $this->service->removeTask($this->projectId, $this->id, $id);
 }