Backend\Modules\Profiles\Actions\EditProfileGroup::getData PHP Method

getData() private method

Get the data about group rights.
private getData ( )
    private function getData()
    {
        $this->profileGroup = BackendProfilesModel::getProfileGroup($this->id);
    }