예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Remove a task
  * 
  * @param  integer $id
  * @return boolean 
  */
 public function removeTask($id)
 {
     return $this->service->removeTask($this->projectId, $this->id, $id);
 }