コード例 #1
0
ファイル: comment_service.php プロジェクト: vazahat/dudex
 /**
  * Returns comment item.
  *
  * @param integer $commentId
  * @return BOL_Comment
  */
 public function findComment($id)
 {
     return $this->commentDao->findById($id);
 }