Exemple #1
0
 /**
  * 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);
 }