ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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 65 of file class.ilTaggingSlateContentGUI.php.
References $DIC, getCurrentTag(), ilTagging\getTagsForUser(), ILIAS\FileDelivery\http(), ui(), and user().
|
protected |
Clear current tag.
Definition at line 361 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderTagCloud().
ilTaggingSlateContentGUI::executeCommand | ( | ) |
Execute command.
Definition at line 92 of file class.ilTaggingSlateContentGUI.php.
References $ctrl.
|
protected |
Get current tag.
Definition at line 353 of file class.ilTaggingSlateContentGUI.php.
Referenced by __construct(), and render().
ilTaggingSlateContentGUI::getNoTagsUsedMessage | ( | ) |
No tags used message box.
Definition at line 297 of file class.ilTaggingSlateContentGUI.php.
References $txt, ilLink\_getStaticLink(), getRepositoryTitle(), and ui().
Referenced by renderTagCloud().
|
protected |
Definition at line 315 of file class.ilTaggingSlateContentGUI.php.
References $nd.
Referenced by getNoTagsUsedMessage().
ilTaggingSlateContentGUI::removeTagsWithoutAccess | ( | ) |
Remove tasg without access.
Definition at line 251 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, $ilCtrl, $ilUser, $lng, $requested_tag, $type, $user, ilObject\_getAllReferences(), ilTagging\deleteTagOfObjectForUser(), and ilTagging\getObjectsForTagAndUser().
ilTaggingSlateContentGUI::render | ( | ) |
Render.
ilTemplateException |
Definition at line 112 of file class.ilTaggingSlateContentGUI.php.
References getCurrentTag(), renderResourcesForTag(), and renderTagCloud().
|
protected |
Render resources.
Definition at line 172 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, Vendor\Package\$f, $ilUser, $lng, $requested_tag, $type, $ui, $user, ilObject\_getAllReferences(), ilLink\_getLink(), ilObject\_lookupTitle(), ilTagging\getObjectsForTagAndUser(), ilUtil\secureString(), setCurrentTag(), ui(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by render(), and showResourcesForTag().
|
protected |
Get tag cloud.
ilTemplateException |
Definition at line 128 of file class.ilTaggingSlateContentGUI.php.
References $ctrl, $ilCtrl, $tpl, clearCurrentTag(), getNoTagsUsedMessage(), ilTagging\getRelevanceClass(), and ui().
Referenced by render(), and showTagCloud().
|
protected |
Send.
string | $output |
Definition at line 332 of file class.ilTaggingSlateContentGUI.php.
References ILIAS\FileDelivery\http().
Referenced by showResourcesForTag(), and showTagCloud().
|
protected |
Set current tag.
string |
Definition at line 344 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
|
protected |
show resources
Definition at line 234 of file class.ilTaggingSlateContentGUI.php.
References renderResourcesForTag(), and send().
|
protected |
Show tag cloud.
ilTemplateException |
Definition at line 242 of file class.ilTaggingSlateContentGUI.php.
References renderTagCloud(), and send().
|
protected |
Definition at line 40 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 20 of file class.ilTaggingSlateContentGUI.php.
Referenced by executeCommand(), removeTagsWithoutAccess(), renderResourcesForTag(), and renderTagCloud().
|
protected |
Definition at line 50 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 35 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 55 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
|
protected |
Definition at line 60 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 45 of file class.ilTaggingSlateContentGUI.php.
|
protected |
Definition at line 30 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
|
protected |
Definition at line 25 of file class.ilTaggingSlateContentGUI.php.
Referenced by removeTagsWithoutAccess(), and renderResourcesForTag().
const ilTaggingSlateContentGUI::CURRENT_TAG_KEY = "tag_current_tag" |
Definition at line 15 of file class.ilTaggingSlateContentGUI.php.