prefixes = $prefixes; $this->groups = $groups; } public function getPrefixes() { return $this->prefixes; } public function getGroups() { return $this->groups; } }