ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Tag classification provider. More...
Public Member Functions | |
__construct ($a_parent_ref_id, $a_parent_obj_id, $a_parent_obj_type) | |
Constructor. More... | |
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 | |
$lng | |
$user | |
$tree | |
$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::__construct | ( | $a_parent_ref_id, | |
$a_parent_obj_id, | |||
$a_parent_obj_type | |||
) |
Constructor.
Definition at line 35 of file class.ilTaggingClassificationProvider.php.
ilTaggingClassificationProvider::getFilteredObjects | ( | ) |
Definition at line 185 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $res, $tag, $type, $user, ilTagging\_findObjectsByTag(), and array.
|
protected |
Definition at line 236 of file class.ilTaggingClassificationProvider.php.
References $ilUser, $tree, $user, ilTagging\_getTagCloudForObjects(), and array.
Referenced by importPostData(), and render().
ilTaggingClassificationProvider::importPostData | ( | $a_saved = null | ) |
Definition at line 140 of file class.ilTaggingClassificationProvider.php.
References $key, $tag, $tags, $type, and getSubTreeTags().
|
protected |
Definition at line 48 of file class.ilTaggingClassificationProvider.php.
ilTaggingClassificationProvider::initListGUI | ( | ilObjectListGUI | $a_list_gui | ) |
Definition at line 260 of file class.ilTaggingClassificationProvider.php.
References ilObjectListGUI\enableTags().
|
static |
Definition at line 54 of file class.ilTaggingClassificationProvider.php.
References $DIC, $ilUser, $valid, ilContainer\_lookupContainerSetting(), and ilObjectServiceSettingsGUI\TAG_CLOUD.
Referenced by ilClassificationProvider\getValidProviders().
ilTaggingClassificationProvider::render | ( | array & | $a_html, |
$a_parent_gui | |||
) |
Definition at line 80 of file class.ilTaggingClassificationProvider.php.
References $counter, $lng, $tag, $tags, $title, $tpl, $type, array, ilTagging\getRelevanceClass(), and getSubTreeTags().
ilTaggingClassificationProvider::setSelection | ( | $a_value | ) |
Definition at line 180 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 45 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 19 of file class.ilTaggingClassificationProvider.php.
Referenced by render().
|
protected |
Definition at line 46 of file class.ilTaggingClassificationProvider.php.
|
protected |
Definition at line 29 of file class.ilTaggingClassificationProvider.php.
Referenced by getSubTreeTags().
|
protected |
Definition at line 24 of file class.ilTaggingClassificationProvider.php.
Referenced by getFilteredObjects(), and getSubTreeTags().