Exemple #1
0
 /**
  * Get stories
  *
  * @param  array $params
  * @return \Zend\Service\AgileZen\Container
  */
 public function getStories($params = array())
 {
     return $this->service->getStoriesPhase($this->projectId, $this->id, $params);
 }