ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
Tagging slate UI. More...
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().
|
protected |
Definition at line 328 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderTagCloud().
ilTaggingSlateContentGUI::executeCommand | ( | ) |
Definition at line 77 of file class.ilTaggingSlateContentGUI.php.
References $ctrl, ilCtrl\getCmd(), and ilCtrl\getNextClass().
|
protected |
Definition at line 322 of file class.ilTaggingSlateContentGUI.php.
Referenced by __construct(), and render().
ilTaggingSlateContentGUI::getNoTagsUsedMessage | ( | ) |
Definition at line 277 of file class.ilTaggingSlateContentGUI.php.
References $txt, ilLink\_getStaticLink(), getRepositoryTitle(), ILIAS\Repository\lng(), and ILIAS\Repository\ui().
Referenced by renderTagCloud().
|
protected |
Definition at line 291 of file class.ilTaggingSlateContentGUI.php.
References $nd, and ILIAS\Repository\lng().
Referenced by getNoTagsUsedMessage().
ilTaggingSlateContentGUI::removeTagsWithoutAccess | ( | ) |
Definition at line 233 of file class.ilTaggingSlateContentGUI.php.
References $access, $ctrl, $lng, $ref_id, $requested_tag, $user, ilObject\_getAllReferences(), ilTagging\deleteTagOfObjectForUser(), ilTagging\getObjectsForTagAndUser(), and ILIAS\Repository\int().
Referenced by renderResourcesForTag().
ilTaggingSlateContentGUI::render | ( | ) |
Render.
ilTemplateException |
Definition at line 98 of file class.ilTaggingSlateContentGUI.php.
References getCurrentTag(), renderResourcesForTag(), and renderTagCloud().
|
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(), ilCtrl\getLinkTarget(), ilTagging\getObjectsForTagAndUser(), removeTagsWithoutAccess(), ilUtil\secureString(), setCurrentTag(), ILIAS\Repository\ui(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by render(), and showResourcesForTag().
|
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().
|
protected |
Send.
string | $output |
ResponseSendingException |
Definition at line 308 of file class.ilTaggingSlateContentGUI.php.
References ILIAS\FileDelivery\http().
Referenced by showResourcesForTag(), and showTagCloud().
|
protected |
Definition at line 317 of file class.ilTaggingSlateContentGUI.php.
Referenced by renderResourcesForTag().
|
protected |
show resources
ResponseSendingException |
Definition at line 217 of file class.ilTaggingSlateContentGUI.php.
References renderResourcesForTag(), and send().
|
protected |
Show tag cloud.
ResponseSendingException |
Definition at line 226 of file class.ilTaggingSlateContentGUI.php.
References renderTagCloud(), and send().
|
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.