Example #1
0
 /**
  * Remove tag.
  *
  * @param TagInterface $tag
  */
 public function removeTag(TagInterface $tag)
 {
     $this->tags->removeElement($tag);
 }