| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilTaxonomyClassificationProvider:
 Collaboration diagram for ilTaxonomyClassificationProvider:Public Member Functions | |
| render (array &$a_html, object $a_parent_gui) | |
| importPostData (?array $a_saved=null) | |
| setSelection (array $a_value) | |
| getFilteredObjects () | |
  Public Member Functions inherited from ilClassificationProvider | |
| __construct (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | |
| render (array &$a_html, object $a_parent_gui) | |
| Render HTML chunks.  More... | |
| importPostData (?array $a_saved=null) | |
| Import post data.  More... | |
| setSelection (array $a_value) | |
| Set selection.  More... | |
| getFilteredObjects () | |
| Get filtered object ref ids.  More... | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
| Init list gui properties.  More... | |
Static Public Member Functions | |
| static | isActive (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | 
  Static Public Member Functions inherited from ilClassificationProvider | |
| static | getValidProviders (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | 
| Get all valid providers (for parent container)  More... | |
| static | isActive (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | 
| Is provider currently active?  More... | |
Protected Member Functions | |
| init () | |
  Protected Member Functions inherited from ilClassificationProvider | |
| init () | |
Static Protected Member Functions | |
| static | getActiveTaxonomiesForParentRefId (int $a_parent_ref_id) | 
Protected Attributes | |
| array | $selection = [] | 
| int | $incoming_id = 0 | 
  Protected Attributes inherited from ilClassificationProvider | |
| int | $parent_ref_id | 
| int | $parent_obj_id | 
| string | $parent_type | 
| RequestInterface | $request | 
Static Protected Attributes | |
| static array | $valid_tax_map = [] | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Taxonomy classification provider
Definition at line 23 of file class.ilTaxonomyClassificationProvider.php.
      
  | 
  staticprotected | 
Definition at line 92 of file class.ilTaxonomyClassificationProvider.php.
References $DIC, $id, ilContainer\_getContainerSettings(), ilContainer\_lookupContainerSetting(), ilObject\_lookupTitle(), ilObject\_lookupType(), ilObjCategoryGUI\CONTAINER_SETTING_TAXBLOCK, ilObjTaxonomy\getUsageOfObject(), ilArrayUtil\sortArray(), and ilObjectServiceSettingsGUI\TAXONOMIES.
 Here is the call graph for this function:| ilTaxonomyClassificationProvider::getFilteredObjects | ( | ) | 
Definition at line 157 of file class.ilTaxonomyClassificationProvider.php.
References ilTaxNodeAssignment\findObjectsByNode(), and ILIAS\Repository\int().
 Here is the call graph for this function:| ilTaxonomyClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) | 
Definition at line 64 of file class.ilTaxonomyClassificationProvider.php.
References $incoming_id.
      
  | 
  protected | 
Definition at line 34 of file class.ilTaxonomyClassificationProvider.php.
References $params, and ILIAS\Repository\int().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 29 of file class.ilTaxonomyClassificationProvider.php.
Referenced by ilClassificationProvider\getValidProviders().
 Here is the caller graph for this function:| ilTaxonomyClassificationProvider::render | ( | array & | $a_html, | 
| object | $a_parent_gui | ||
| ) | 
Definition at line 41 of file class.ilTaxonomyClassificationProvider.php.
References ilObject\_lookupTitle().
 Here is the call graph for this function:| ilTaxonomyClassificationProvider::setSelection | ( | array | $a_value | ) | 
Definition at line 87 of file class.ilTaxonomyClassificationProvider.php.
      
  | 
  protected | 
Definition at line 27 of file class.ilTaxonomyClassificationProvider.php.
Referenced by importPostData().
      
  | 
  protected | 
Definition at line 25 of file class.ilTaxonomyClassificationProvider.php.
      
  | 
  staticprotected | 
Definition at line 26 of file class.ilTaxonomyClassificationProvider.php.