| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
ilMDVocabulariesGUI: ilMDVocabularyUploadHandlerGUI More...
 Collaboration diagram for ilMDVocabulariesGUI:Public Member Functions | |
| __construct (ilObjMDSettingsGUI $parent_obj_gui) | |
| executeCommand () | |
| showVocabularies () | |
| tableAction () | |
| importVocabulary () | |
Data Fields | |
| $key = $vocabs_id_token->getName() | |
| $vocab = $this->vocab_manager->getVocabulary($vocab_id) | |
| $value_items = [] | |
| $link = $this->ctrl->getLinkTarget($this, 'deleteVocabulary') | |
| $modal | |
| exit | |
| $values | |
Protected Member Functions | |
| deleteVocabulary () | |
| activateVocabulary (string $vocab_id) | |
| deactivateVocabulary (string $vocab_id) | |
| allowCustomInputForVocabulary (string $vocab_id) | |
| disallowCustomInputForVocabulary (string $vocab_id) | |
| getTable () | |
| getImportModal () | |
| getImportButton (Signal $signal) | |
| fetchTableAction () | |
| fetchVocabID () | |
| getTableURLBuilderAndParameters () | |
Protected Attributes | |
| const | MAX_CONFIRMATION_VALUES = 5 | 
| ilCtrl | $ctrl | 
| HTTP | $http | 
| Filesystem | $temp_files | 
| ilGlobalTemplateInterface | $tpl | 
| ilLanguage | $lng | 
| ilToolbarGUI | $toolbar | 
| UIFactory | $ui_factory | 
| UIRenderer | $ui_renderer | 
| ilObjMDSettingsGUI | $parent_obj_gui | 
| ilMDSettingsAccessService | $access_service | 
| Refinery | $refinery | 
| VocabManager | $vocab_manager | 
| Presentation | $presentation | 
| Importer | $importer | 
ilMDVocabulariesGUI: ilMDVocabularyUploadHandlerGUI
Definition at line 43 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::__construct | ( | ilObjMDSettingsGUI | $parent_obj_gui | ) | 
Definition at line 63 of file class.ilMDVocabulariesGUI.php.
References $DIC, $parent_obj_gui, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\toolbar().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 286 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
Referenced by tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 312 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
Referenced by tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 299 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
Referenced by tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 270 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl(), fetchVocabID(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 325 of file class.ilMDVocabulariesGUI.php.
References $vocab, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilGlobalTemplateInterface\MESSAGE_TYPE_SUCCESS.
Referenced by tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilMDVocabulariesGUI::executeCommand | ( | ) | 
Definition at line 104 of file class.ilMDVocabulariesGUI.php.
References $handler, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 440 of file class.ilMDVocabulariesGUI.php.
References $key, getTableURLBuilderAndParameters(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 453 of file class.ilMDVocabulariesGUI.php.
References $key, getTableURLBuilderAndParameters(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by deleteVocabulary(), and tableAction().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 432 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\lng().
Referenced by showVocabularies().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 417 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by importVocabulary(), and showVocabularies().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 356 of file class.ilMDVocabulariesGUI.php.
References getTableURLBuilderAndParameters(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
Referenced by showVocabularies().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 466 of file class.ilMDVocabulariesGUI.php.
References ILIAS\Repository\ctrl().
Referenced by fetchTableAction(), fetchVocabID(), getTable(), and importVocabulary().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilMDVocabulariesGUI::importVocabulary | ( | ) | 
Definition at line 189 of file class.ilMDVocabulariesGUI.php.
References $modal, ILIAS\Repository\ctrl(), getImportModal(), getTableURLBuilderAndParameters(), ILIAS\FileDelivery\http(), and ILIAS\Repository\lng().
 Here is the call graph for this function:| ilMDVocabulariesGUI::showVocabularies | ( | ) | 
Definition at line 132 of file class.ilMDVocabulariesGUI.php.
References getImportButton(), getImportModal(), getTable(), and ILIAS\Repository\toolbar().
 Here is the call graph for this function:| ilMDVocabulariesGUI::tableAction | ( | ) | 
Definition at line 147 of file class.ilMDVocabulariesGUI.php.
References activateVocabulary(), allowCustomInputForVocabulary(), ILIAS\Repository\ctrl(), deactivateVocabulary(), disallowCustomInputForVocabulary(), fetchTableAction(), and fetchVocabID().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 56 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 47 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 48 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 61 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::$key = $vocabs_id_token->getName() | 
Definition at line 239 of file class.ilMDVocabulariesGUI.php.
Referenced by fetchTableAction(), and fetchVocabID().
| ilMDVocabulariesGUI::$link = $this->ctrl->getLinkTarget($this, 'deleteVocabulary') | 
Definition at line 254 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 51 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::$modal | 
Definition at line 257 of file class.ilMDVocabulariesGUI.php.
Referenced by importVocabulary().
      
  | 
  protected | 
Definition at line 55 of file class.ilMDVocabulariesGUI.php.
Referenced by __construct().
      
  | 
  protected | 
Definition at line 60 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 57 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 49 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 52 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 50 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 53 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 54 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::$value_items = [] | 
Definition at line 242 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::$values | 
Definition at line 341 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::$vocab = $this->vocab_manager->getVocabulary($vocab_id) | 
Definition at line 241 of file class.ilMDVocabulariesGUI.php.
Referenced by disallowCustomInputForVocabulary().
      
  | 
  protected | 
Definition at line 59 of file class.ilMDVocabulariesGUI.php.
| ilMDVocabulariesGUI::exit | 
Definition at line 266 of file class.ilMDVocabulariesGUI.php.
      
  | 
  protected | 
Definition at line 45 of file class.ilMDVocabulariesGUI.php.