Backend\Modules\Profiles\Actions\EditGroup::getData PHP Méthode

getData() private méthode

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