ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct () | |
Static Public Member Functions | |
static | writeTagsForUserAndObject (int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, int $a_user_id, array $a_tags) |
static | getTagsForUserAndObject (int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, int $a_user_id) |
static | getTagsForObject (int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, bool $a_only_online=true) |
static | getTagsForUser (int $a_user_id, int $a_max=0, bool $a_only_online=true) |
static | getObjectsForTagAndUser (int $a_user_id, string $a_tag) |
static | getRelevanceClass (int $cnt, int $max) |
static | setTagsOfObjectOffline (int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, bool $a_offline=true) |
static | deleteTagsOfObject (int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type) |
static | deleteTagOfObjectForUser (int $a_user_id, int $a_obj_id, string $a_obj_type, int $a_sub_obj_id, string $a_sub_obj_type, string $a_tag) |
static | getUsersForTag (string $a_tag) |
static | _countTags (array $a_obj_ids, bool $a_all_users=false) |
Count all tags for repository objects. More... | |
static | _getTagCloudForObjects (array $a_obj_ids, ?int $a_user_id=null, int $a_divide=0) |
Count tags for given object ids. More... | |
static | _findObjectsByTag (string $a_tag, ?int $a_user_id=null, bool $a_invert=false) |
Find all objects with given tag. More... | |
static | _getListTagsForObjects (array $a_obj_ids, ?int $a_user_id=null) |
Get tags for given object ids. More... | |
Definition at line 21 of file class.ilTagging.php.
ilTagging::__construct | ( | ) |
Definition at line 23 of file class.ilTagging.php.
|
static |
Count all tags for repository objects.
int[] | $a_obj_ids | |
bool | $a_all_users |
Definition at line 339 of file class.ilTagging.php.
References $DIC, $ilDB, and $q.
|
static |
Find all objects with given tag.
?int | $a_user_id |
Definition at line 419 of file class.ilTagging.php.
References $DIC, $ilDB, and $res.
Referenced by ilTaggingClassificationProvider\getFilteredObjects().
|
static |
Get tags for given object ids.
array | $a_obj_ids | |
?int | $a_user_id |
Definition at line 455 of file class.ilTagging.php.
References $DIC, $ilDB, and $res.
Referenced by ilTaggingGUI\getHTML().
|
static |
Count tags for given object ids.
int[] | $a_obj_ids |
Definition at line 369 of file class.ilTagging.php.
References $DIC, $ilDB, and $res.
Referenced by ilTaggingClassificationProvider\getSubTreeTags().
|
static |
Definition at line 284 of file class.ilTagging.php.
Referenced by ilTaggingSlateContentGUI\removeTagsWithoutAccess().
|
static |
Definition at line 257 of file class.ilTagging.php.
Referenced by getObjectsForTagAndUser(), and ilTaggingAppEventListener\handleEvent().
|
static |
Definition at line 176 of file class.ilTagging.php.
References $DIC, $ilDB, $q, ilObject\_exists(), and deleteTagsOfObject().
Referenced by ilTaggingSlateContentGUI\removeTagsWithoutAccess(), and ilTaggingSlateContentGUI\renderResourcesForTag().
|
static |
Definition at line 210 of file class.ilTagging.php.
Referenced by ilTaggingGUI\getAllUserTagsForObjectHTML(), ilTaggingClassificationProvider\render(), ilObjBlogGUI\renderNavigationByKeywords(), ilTaggingSlateContentGUI\renderTagCloud(), and TagRelevanceTest\testTagRelevance().
|
static |
Definition at line 110 of file class.ilTagging.php.
References $DIC, $ilDB, and $q.
Referenced by ilTaggingGUI\getAllUserTagsForObjectHTML().
|
static |
Definition at line 146 of file class.ilTagging.php.
References $DIC, $ilDB, and ilArrayUtil\sortArray().
Referenced by ilTaggingSlateContentGUI\__construct().
|
static |
Definition at line 77 of file class.ilTagging.php.
References $DIC, $ilDB, and $q.
Referenced by ilObjectListGUI\getHeaderAction(), ilTaggingGUI\getHTML(), and ilTaggingGUI\getTaggingInputHTML().
|
static |
Definition at line 315 of file class.ilTagging.php.
Referenced by ilUserForTagTableGUI\__construct().
|
static |
Definition at line 229 of file class.ilTagging.php.
Referenced by ilTaggingAppEventListener\handleEvent().
|
static |
Definition at line 28 of file class.ilTagging.php.
Referenced by ilTaggingGUI\saveInput(), and ilTaggingGUI\saveJS().