コード例 #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);
 }