コード例 #1
0
ファイル: tag_service.php プロジェクト: ZyXelP/oxwall
 public function deleteEntityTypeTags($entityType)
 {
     $this->entityTagDao->deleteByEntityType($entityType);
 }