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