예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Get the comments
  * 
  * @return \Zend\Service\AgileZen\Container  
  */
 public function getComments()
 {
     return $this->service->getComments($this->projectId, $this->id);
 }