コード例 #1
0
ファイル: rate_service.php プロジェクト: ZyXelP/oxwall
 /**
  * Removes all entity item rates.
  *
  * @param integer $entityId
  * @param string $entityType
  */
 public function deleteEntityRates($entityId, $entityType)
 {
     $this->rateDao->deleteEntityItemRates($entityId, $entityType);
 }