Exemple #1
0
 /**
  * Remove a comment
  * 
  * @param  integer $commentId
  * @return boolean 
  */
 public function removeComment($commentId)
 {
     return $this->service->removeComment($this->projectId, $this->id, $commentId);
 }