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