예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Get the tasks
  * 
  * @param  array $params
  * @return \Zend\Service\AgileZen\Container 
  */
 public function getTasks($params = array())
 {
     return $this->service->getTasks($this->projectId, $this->id, $params);
 }