Exemple #1
0
 /**
  * Get the comments
  * 
  * @return \Zend\Service\AgileZen\Container  
  */
 public function getComments()
 {
     return $this->service->getComments($this->projectId, $this->id);
 }