示例#1
0
 /**
  * @param string $key
  *
  * @return $this
  */
 public function removeTerm(Term $term)
 {
     $term->removeContentItem($this);
     $this->terms->removeElement($term);
     return $this;
 }
 /**
  * {@inheritDoc}
  */
 public function __toString()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, '__toString', []);
     return parent::__toString();
 }