[ 'name' => 'Group name', 'exampleValue' => 'freegamesfinders', 'required' => true ] ] ]; public function collectData() { $uri = self::URI . 'groups/' . $this->getInput('g') . '/rss'; $this->collectExpandableDatas($uri, 10); } }