示例#1
0
 /**
  * Unlinks all entity item's tags.
  * 
  * @param integer $entityId
  * @param string $entityType
  */
 public function deleteEntityTags($entityId, $entityType)
 {
     $this->entityTagDao->deleteItemsForEntityItem($entityId, $entityType);
 }