예제 #1
0
 public function reverseTransform($tags)
 {
     return $this->tagManager->loadOrCreateTags($this->tagManager->splitTagNames($tags));
 }