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