|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilTaggingSlateContentGUI:Public Member Functions | |
| __construct () | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| render () | |
| Render. More... | |
| removeTagsWithoutAccess () | |
| Remove tasg without access. More... | |
| getNoTagsUsedMessage () | |
| No tags used message box. More... | |
Data Fields | |
| const | CURRENT_TAG_KEY = "tag_current_tag" |
Protected Member Functions | |
| renderTagCloud () | |
| Get tag cloud. More... | |
| renderResourcesForTag () | |
| Render resources. More... | |
| showResourcesForTag () | |
| show resources More... | |
| showTagCloud () | |
| Show tag cloud. More... | |
| getRepositoryTitle () | |
| send (string $output) | |
| Send. More... | |
| setCurrentTag (string $tag) | |
| Set current tag. More... | |
| getCurrentTag () | |
| Get current tag. More... | |
| clearCurrentTag () | |
| Clear current tag. More... | |
Protected Attributes | |
| $ctrl | |
| $user | |
| $ui | |
| $lng | |
| $access | |
| $tree | |
| $http | |
| $requested_tag | |
| $store | |
Tagging slate UI.
Definition at line 12 of file class.ilTaggingSlateContentGUI.php.
| ilTaggingSlateContentGUI::__construct | ( | ) |
Constructor.
Definition at line 64 of file class.ilTaggingSlateContentGUI.php.
References $DIC, getCurrentTag(), ilTagging\getTagsForUser(), ILIAS\FileDelivery\http(), ui(), and user().
Here is the call graph for this function:
|
protected |
Clear current tag.
Definition at line 365 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderTagCloud().
Here is the caller graph for this function:| ilTaggingSlateContentGUI::executeCommand | ( | ) |
Execute command.
Definition at line 94 of file class.ilTaggingSlateContentGUI.php.
References $ctrl.
|
protected |
Get current tag.
Definition at line 357 of file class.ilTaggingSlateContentGUI.php.
Referenced by __construct(), and render().
Here is the caller graph for this function:| ilTaggingSlateContentGUI::getNoTagsUsedMessage | ( | ) |
No tags used message box.
Definition at line 301 of file class.ilTaggingSlateContentGUI.php.
References $txt, ilLink\_getStaticLink(), and ui().
Referenced by renderTagCloud().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 318 of file class.ilTaggingSlateContentGUI.php.
References $nd.
| ilTaggingSlateContentGUI::removeTagsWithoutAccess | ( | ) |
Remove tasg without access.
Definition at line 255 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, $ilUser, $lng, $requested_tag, $type, $user, ilObject\_getAllReferences(), ilTagging\deleteTagOfObjectForUser(), and ilTagging\getObjectsForTagAndUser().
Here is the call graph for this function:| ilTaggingSlateContentGUI::render | ( | ) |
Render.
| ilTemplateException |
Definition at line 114 of file class.ilTaggingSlateContentGUI.php.
References getCurrentTag(), renderResourcesForTag(), and renderTagCloud().
Here is the call graph for this function:
|
protected |
Render resources.
Definition at line 176 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, Vendor\Package\$f, $ilUser, $lng, $panel, $requested_tag, $type, $ui, $user, ilObject\_getAllReferences(), ilObject\_getIcon(), ilLink\_getLink(), ilObject\_lookupTitle(), ilTagging\getObjectsForTagAndUser(), ilUtil\secureString(), setCurrentTag(), and ui().
Referenced by render(), and showResourcesForTag().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Get tag cloud.
| ilTemplateException |
Definition at line 130 of file class.ilTaggingSlateContentGUI.php.
References $ctrl, $tpl, clearCurrentTag(), getNoTagsUsedMessage(), ilTagging\getRelevanceClass(), and 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 |
ILIAS\HTTP\Response\Sender\ResponseSendingException
Definition at line 335 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 |
Set current tag.
| string |
Definition at line 348 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
Here is the caller graph for this function:
|
protected |
show resources
ILIAS\HTTP\Response\Sender\ResponseSendingException
Definition at line 238 of file class.ilTaggingSlateContentGUI.php.
References renderResourcesForTag(), and send().
Here is the call graph for this function:
|
protected |
Show tag cloud.
| ilTemplateException |
Definition at line 246 of file class.ilTaggingSlateContentGUI.php.
References renderTagCloud(), and send().
Here is the call graph for this function:
|
protected |
Definition at line 39 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 19 of file class.ilTaggingSlateContentGUI.php.
Referenced by executeCommand(), removeTagsWithoutAccess(), renderResourcesForTag(), and renderTagCloud().
|
protected |
Definition at line 49 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 34 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 54 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 59 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 44 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 29 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
|
protected |
Definition at line 24 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
| const ilTaggingSlateContentGUI::CURRENT_TAG_KEY = "tag_current_tag" |
Definition at line 14 of file class.ilTaggingSlateContentGUI.php.