Beispiel #1
0
 /**
  * Remove tag.
  *
  * @param Tag $tag
  */
 public function removeTag(Tag $tag)
 {
     $this->isChanged('tags', $tag->getTag());
     $this->tags->removeElement($tag);
 }
 /**
  * {@inheritDoc}
  */
 public function getTag()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getTag', array());
     return parent::getTag();
 }