Backend\Modules\Profiles\Actions\EditProfileGroup::getData PHP Метод

getData() приватный Метод

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