コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function addGroup(GroupInterface $group)
 {
     if (!$this->groups->contains($group)) {
         $this->groups->add($group);
     }
     return $this;
 }