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