コード例 #1
0
ファイル: Comment.class.php プロジェクト: AntiqS/altocms
 /**
  * Возвращает массив ID комментариев
  *
  * @param   array   $aTargetsId
  * @param   string  $sTargetType
  * @return  array
  */
 public function GetCommentsIdByTargetsId($aTargetsId, $sTargetType)
 {
     return $this->oMapper->GetCommentsIdByTargetsId($aTargetsId, $sTargetType);
 }