|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Tagging slate UI. More...
Inheritance diagram for ilTaggingSlateContentGUI:
Collaboration diagram for ilTaggingSlateContentGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| render () | |
| Render. More... | |
| removeTagsWithoutAccess () | |
| getNoTagsUsedMessage () | |
Data Fields | |
| const | CURRENT_TAG_KEY = "tag_current_tag" |
Protected Member Functions | |
| renderTagCloud () | |
| renderResourcesForTag () | |
| showResourcesForTag () | |
| show resources More... | |
| showTagCloud () | |
| Show tag cloud. More... | |
| getRepositoryTitle () | |
| send (string $output) | |
| Send. More... | |
| setCurrentTag (string $tag) | |
| getCurrentTag () | |
| clearCurrentTag () | |
Protected Attributes | |
| ilCtrl | $ctrl |
| ilObjUser | $user |
| ILIAS DI UIServices | $ui |
| ilLanguage | $lng |
| ilAccessHandler | $access |
| ilTree | $tree |
| ILIAS HTTP Services | $http |
| string | $requested_tag |
| ilSessionIStorage | $store |
| array | $tags |
Private Attributes | |
| ilGlobalTemplateInterface | $main_tpl |
Tagging slate UI.
Definition at line 29 of file class.ilTaggingSlateContentGUI.php.
| ilTaggingSlateContentGUI::__construct | ( | ) |
Constructor.
Definition at line 48 of file class.ilTaggingSlateContentGUI.php.
References $DIC, $params, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), getCurrentTag(), ilTagging\getTagsForUser(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\ui(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
protected |
Definition at line 328 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderTagCloud().
Here is the caller graph for this function:| ilTaggingSlateContentGUI::executeCommand | ( | ) |
Definition at line 77 of file class.ilTaggingSlateContentGUI.php.
References $ctrl, ilCtrl\getCmd(), and ilCtrl\getNextClass().
Here is the call graph for this function:
|
protected |
Definition at line 322 of file class.ilTaggingSlateContentGUI.php.
Referenced by __construct(), and render().
Here is the caller graph for this function:| ilTaggingSlateContentGUI::getNoTagsUsedMessage | ( | ) |
Definition at line 277 of file class.ilTaggingSlateContentGUI.php.
References ilLink\_getStaticLink(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by renderTagCloud().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 291 of file class.ilTaggingSlateContentGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ilTaggingSlateContentGUI::removeTagsWithoutAccess | ( | ) |
Definition at line 233 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, $lng, $ref_id, $requested_tag, $user, ilObject\_getAllReferences(), ilTagging\deleteTagOfObjectForUser(), and ilTagging\getObjectsForTagAndUser().
Referenced by renderResourcesForTag().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTaggingSlateContentGUI::render | ( | ) |
Render.
| ilTemplateException |
Definition at line 98 of file class.ilTaggingSlateContentGUI.php.
References getCurrentTag(), renderResourcesForTag(), and renderTagCloud().
Here is the call graph for this function:
|
protected |
Definition at line 151 of file class.ilTaggingSlateContentGUI.php.
References $access, $components, $ctrl, Vendor\Package\$f, $id, $lng, $ref_id, $requested_tag, $ui, $user, ilObject\_getAllReferences(), ilObject\_getIcon(), ilObject\_lookupTitle(), ilRBACAccessHandler\checkAccess(), ilCtrl\getLinkTarget(), ilTagging\getObjectsForTagAndUser(), removeTagsWithoutAccess(), ilUtil\secureString(), setCurrentTag(), ilLanguage\txt(), and ILIAS\Repository\ui().
Referenced by render(), and showResourcesForTag().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 109 of file class.ilTaggingSlateContentGUI.php.
References $ctrl, clearCurrentTag(), getNoTagsUsedMessage(), ilTagging\getRelevanceClass(), and ILIAS\Repository\ui().
Referenced by render(), and showTagCloud().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Send.
| string | $output |
| ResponseSendingException |
Definition at line 308 of file class.ilTaggingSlateContentGUI.php.
References ILIAS\FileDelivery\http().
Referenced by showResourcesForTag(), and showTagCloud().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 317 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
Here is the caller graph for this function:
|
protected |
show resources
| ResponseSendingException |
Definition at line 217 of file class.ilTaggingSlateContentGUI.php.
References renderResourcesForTag(), and send().
Here is the call graph for this function:
|
protected |
Show tag cloud.
| ResponseSendingException |
Definition at line 226 of file class.ilTaggingSlateContentGUI.php.
References renderTagCloud(), and send().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 33 of file class.ilTaggingSlateContentGUI.php.
Referenced by executeCommand(), removeTagsWithoutAccess(), renderResourcesForTag(), and renderTagCloud().
|
protected |
Definition at line 39 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 36 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
private |
Definition at line 43 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 40 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 41 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 42 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 38 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 35 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
|
protected |
Definition at line 34 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
| const ilTaggingSlateContentGUI::CURRENT_TAG_KEY = "tag_current_tag" |
Definition at line 31 of file class.ilTaggingSlateContentGUI.php.