|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Tag classification provider. More...
Inheritance diagram for ilTaggingClassificationProvider:
Collaboration diagram for ilTaggingClassificationProvider:Public Member Functions | |
| render (array &$a_html, $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData ($a_saved=null) | |
| Import post data. More... | |
| setSelection ($a_value) | |
| Set selection. More... | |
| getFilteredObjects () | |
| Get filtered object ref ids. More... | |
| initListGUI (ilObjectListGUI $a_list_gui) | |
| Init list gui properties. More... | |
Public Member Functions inherited from ilClassificationProvider | |
| __construct ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) | |
| Constructor. More... | |
| render (array &$a_html, $a_parent_gui) | |
| Render HTML chunks. More... | |
| importPostData ($a_saved=null) | |
| Import post data. More... | |
| setSelection ($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 ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active? More... | |
Static Public Member Functions inherited from ilClassificationProvider | |
| static | getValidProviders ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Get all valid providers (for parent container) More... | |
| static | isActive ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) |
| Is provider currently active? More... | |
Protected Member Functions | |
| init () | |
| Instance initialisation. More... | |
| getSubTreeTags () | |
| init () | |
| Instance initialisation. More... | |
Protected Attributes | |
| $enable_all_users | |
| $selection | |
Protected Attributes inherited from ilClassificationProvider | |
| $parent_ref_id | |
| $parent_obj_id | |
| $parent_type | |
Tag classification provider.
Definition at line 14 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::getFilteredObjects | ( | ) |
Get filtered object ref ids.
Reimplemented from ilClassificationProvider.
Definition at line 169 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $res, and ilTagging\_findObjectsByTag().
Here is the call graph for this function:
|
protected |
Definition at line 230 of file class.ilTaggingClassificationProvider.php.
References $ilUser, and ilTagging\_getTagCloudForObjects().
Referenced by importPostData(), and render().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaggingClassificationProvider::importPostData | ( | $a_saved = null | ) |
Import post data.
| mixed | $a_saved |
Reimplemented from ilClassificationProvider.
Definition at line 115 of file class.ilTaggingClassificationProvider.php.
References getSubTreeTags().
Here is the call graph for this function:
|
protected |
Instance initialisation.
Reimplemented from ilClassificationProvider.
Definition at line 19 of file class.ilTaggingClassificationProvider.php.
| ilTaggingClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) |
Init list gui properties.
| ilObjectListGUI | $a_list_gui |
Reimplemented from ilClassificationProvider.
Definition at line 256 of file class.ilTaggingClassificationProvider.php.
References ilObjectListGUI\enableTags().
Here is the call graph for this function:
|
static |
Is provider currently active?
| int | $a_parent_ref_id | |
| int | $a_parent_obj_id | |
| string | $a_parent_obj_type |
Reimplemented from ilClassificationProvider.
Definition at line 25 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $valid, ilContainer\_lookupContainerSetting(), 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, |
| $a_parent_gui | |||
| ) |
Render HTML chunks.
| array | $a_html | |
| object | $a_parent_gui |
Reimplemented from ilClassificationProvider.
Definition at line 51 of file class.ilTaggingClassificationProvider.php.
References $counter, $lng, $title, $tpl, ilTagging\getRelevanceClass(), and getSubTreeTags().
Here is the call graph for this function:| ilTaggingClassificationProvider::setSelection | ( | $a_value | ) |
Set selection.
| mixed | $a_value |
Reimplemented from ilClassificationProvider.
Definition at line 164 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 16 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 17 of file class.ilTaggingClassificationProvider.php.