name = $name; $this->group = $group; } /** * @return mixed */ public function getName() { return $this->name; } /** * @return mixed */ public function getGroup() { return $this->group; } }