ILIAS
trunk Revision v11.0_alpha-1715-g7fc467680fb
|
Tag classification provider. More...
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) | |
![]() | |
__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 | 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 () | |
![]() | |
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 |
![]() | |
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\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
ilTaggingClassificationProvider::getFilteredObjects | ( | ) |
Definition at line 206 of file class.ilTaggingClassificationProvider.php.
References $res, $user, ilTagging\_findObjectsByTag(), and null.
|
protected |
Definition at line 256 of file class.ilTaggingClassificationProvider.php.
References $tree, $user, ilTagging\_getTagCloudForObjects(), ilObject\_lookupType(), ilTree\getChilds(), ilTree\getNodeData(), ilTree\getSubTree(), ilTree\isDeleted(), and null.
Referenced by importPostData(), and render().
ilTaggingClassificationProvider::importPostData | ( | ?array | $a_saved = null | ) |
Definition at line 162 of file class.ilTaggingClassificationProvider.php.
References $requested_tag_code, $requested_type, getSubTreeTags(), and null.
|
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().
|
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().
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(), null, ilCtrl\setParameter(), and ilLanguage\txt().
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().