예제 #1
0
파일: Story.php 프로젝트: bradley-holt/zf2
 /**
  * Get a comment
  * 
  * @param  integer $commentId
  * @return Comment
  */
 public function getComment($commentId)
 {
     return $this->service->getComment($this->projectId, $this->id, $commentId);
 }