Example #1
0
 /**
  * @param Attribute $attributes
  */
 public function removeAttribute(Attribute $attributes)
 {
     $this->attributes->removeElement($attributes);
 }