| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Tag classification provider. More...
 Inheritance diagram for ilTaggingClassificationProvider:
 Collaboration diagram for ilTaggingClassificationProvider:Public Member Functions | |
| __construct (int $a_parent_ref_id, int $a_parent_obj_id, string $a_parent_obj_type) | |
| render (array &$a_html, object $a_parent_gui) | |
| importPostData (?array $a_saved=null) | |
| setSelection (array $a_value) | |
| getFilteredObjects () | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
  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 () | |
| getSubTreeTags () | |
  Protected Member Functions inherited from ilClassificationProvider | |
| init () | |
Protected Attributes | |
| ilLanguage | $lng | 
| ilObjUser | $user | 
| ilTree | $tree | 
| ilObjectDefinition | $obj_definition | 
| ilCtrl | $ctrl | 
| RequestInterface | $request | 
| string | $requested_type | 
| string | $requested_tag_code | 
| bool | $enable_all_users = false | 
| array | $selection | 
  Protected Attributes inherited from ilClassificationProvider | |
| int | $parent_ref_id | 
| int | $parent_obj_id | 
| string | $parent_type | 
| RequestInterface | $request | 
Tag classification provider.
Definition at line 28 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::__construct | ( | int | $a_parent_ref_id, | 
| int | $a_parent_obj_id, | ||
| string | $a_parent_obj_type | ||
| ) | 
Definition at line 41 of file class.ilTaggingClassificationProvider.php.
References $DIC, $params, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTaggingClassificationProvider::getFilteredObjects | ( | ) | 
Definition at line 206 of file class.ilTaggingClassificationProvider.php.
References $res, $user, and ilTagging\_findObjectsByTag().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 256 of file class.ilTaggingClassificationProvider.php.
References $tree, $user, ilTagging\_getTagCloudForObjects(), ilObject\_lookupType(), ilTree\getChilds(), ilTree\getNodeData(), ilTree\getSubTree(), and ilTree\isDeleted().
Referenced by importPostData(), and render().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTaggingClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) | 
Definition at line 162 of file class.ilTaggingClassificationProvider.php.
References ILIAS\LTI\ToolProvider\$key, $requested_tag_code, $requested_type, and getSubTreeTags().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 62 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) | 
Definition at line 291 of file class.ilTaggingClassificationProvider.php.
References ilObjectListGUI\enableTags().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 71 of file class.ilTaggingClassificationProvider.php.
References $DIC, $valid, ilContainer\_lookupContainerSetting(), ANONYMOUS_USER_ID, and ilObjectServiceSettingsGUI\TAG_CLOUD.
Referenced by ilClassificationProvider\getValidProviders().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTaggingClassificationProvider::render | ( | array & | $a_html, | 
| object | $a_parent_gui | ||
| ) | 
Definition at line 102 of file class.ilTaggingClassificationProvider.php.
References $ctrl, $lng, ilCtrl\getLinkTarget(), ilTagging\getRelevanceClass(), getSubTreeTags(), ilLanguage\loadLanguageModule(), ilCtrl\setParameter(), and ilLanguage\txt().
 Here is the call graph for this function:| ilTaggingClassificationProvider::setSelection | ( | array | $a_value | ) | 
Definition at line 198 of file class.ilTaggingClassificationProvider.php.
      
  | 
  protected | 
Definition at line 34 of file class.ilTaggingClassificationProvider.php.
Referenced by render().
      
  | 
  protected | 
Definition at line 38 of file class.ilTaggingClassificationProvider.php.
      
  | 
  protected | 
Definition at line 30 of file class.ilTaggingClassificationProvider.php.
Referenced by render().
      
  | 
  protected | 
Definition at line 33 of file class.ilTaggingClassificationProvider.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilTaggingClassificationProvider.php.
      
  | 
  protected | 
Definition at line 37 of file class.ilTaggingClassificationProvider.php.
Referenced by importPostData().
      
  | 
  protected | 
Definition at line 36 of file class.ilTaggingClassificationProvider.php.
Referenced by importPostData().
      
  | 
  protected | 
Definition at line 39 of file class.ilTaggingClassificationProvider.php.
      
  | 
  protected | 
Definition at line 32 of file class.ilTaggingClassificationProvider.php.
Referenced by getSubTreeTags().
      
  | 
  protected | 
Definition at line 31 of file class.ilTaggingClassificationProvider.php.
Referenced by getFilteredObjects(), and getSubTreeTags().