コード例 #1
0
ファイル: comment_service.php プロジェクト: vazahat/dudex
 /**
  * Returns full comments list for entity item.
  *
  * @param string $entityType
  * @param integer $entityId
  * @return array
  */
 public function findFullCommentList($entityType, $entityId)
 {
     return $this->commentDao->findFullCommentList($entityType, $entityId);
 }