ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Tag classification provider. More...
Public Member Functions | |
render (array &$a_html, $a_parent_gui) | |
importPostData ($a_saved=null) | |
setSelection ($a_value) | |
getFilteredObjects () | |
initListGUI (ilObjectListGUI $a_list_gui) | |
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) |
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 () | |
getSubTreeTags () | |
Protected Member Functions inherited from ilClassificationProvider | |
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 | ( | ) |
Definition at line 169 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $res, ilTagging\_findObjectsByTag(), and array.
|
protected |
Definition at line 230 of file class.ilTaggingClassificationProvider.php.
References $ilUser, ilTagging\_getTagCloudForObjects(), and array.
Referenced by importPostData(), and render().
ilTaggingClassificationProvider::importPostData | ( | $a_saved = null | ) |
Definition at line 115 of file class.ilTaggingClassificationProvider.php.
References getSubTreeTags().
|
protected |
Definition at line 19 of file class.ilTaggingClassificationProvider.php.
ilTaggingClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) |
Definition at line 256 of file class.ilTaggingClassificationProvider.php.
References ilObjectListGUI\enableTags().
|
static |
Definition at line 25 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $valid, ilContainer\_lookupContainerSetting(), and ilObjectServiceSettingsGUI\TAG_CLOUD.
Referenced by ilClassificationProvider\getValidProviders().
ilTaggingClassificationProvider::render | ( | array & | $a_html, |
$a_parent_gui | |||
) |
Definition at line 51 of file class.ilTaggingClassificationProvider.php.
References $counter, $lng, $title, $tpl, array, ilTagging\getRelevanceClass(), and getSubTreeTags().
ilTaggingClassificationProvider::setSelection | ( | $a_value | ) |
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.