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

getData() private method

Get the data for a question
private getData ( )
    private function getData()
    {
        // get general info
        $this->group = BackendProfilesModel::getGroup($this->id);
    }