| 1 | <?php | ||
| 13 | final class SettingsFieldsGroupsList implements FieldsGroupsList | ||
| 14 | { | ||
| 15 | /** @var array */ | ||
| 16 | private $groups; | ||
| 17 | |||
| 18 | /** @var string */ | ||
| 19 | private $defaultGroup; | ||
| 20 | |||
| 21 | public function __construct($defaultGroup, array $groups) | ||
| 26 | |||
| 27 | public function getGroups() | ||
| 31 | |||
| 32 | public function getDefaultGroup() | ||
| 36 | } | ||
| 37 |