public function addGroup(GroupInterface $groups) { parent::addGroup($groups); $this->groups[] = $groups; return $this; }
public function addSecurityGroup(GroupInterface $group) { return parent::addGroup($group); }