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