|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilTagging: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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
static |
Definition at line 284 of file class.ilTagging.php.
Referenced by ilTaggingSlateContentGUI\removeTagsWithoutAccess().
Here is the caller graph for this function:
|
static |
Definition at line 257 of file class.ilTagging.php.
Referenced by getObjectsForTagAndUser(), and ilTaggingAppEventListener\handleEvent().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 210 of file class.ilTagging.php.
Referenced by ilTaggingGUI\getAllUserTagsForObjectHTML(), ilTaggingClassificationProvider\render(), ilObjBlogGUI\renderNavigationByKeywords(), ilTaggingSlateContentGUI\renderTagCloud(), and TagRelevanceTest\testTagRelevance().
Here is the caller graph for this function:
|
static |
Definition at line 110 of file class.ilTagging.php.
References $DIC, $ilDB, and $q.
Referenced by ilTaggingGUI\getAllUserTagsForObjectHTML().
Here is the caller graph for this function:
|
static |
Definition at line 146 of file class.ilTagging.php.
References $DIC, $ilDB, and ilArrayUtil\sortArray().
Referenced by ilTaggingSlateContentGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 77 of file class.ilTagging.php.
References $DIC, $ilDB, and $q.
Referenced by ilObjectListGUI\getHeaderAction(), ilTaggingGUI\getHTML(), and ilTaggingGUI\getTaggingInputHTML().
Here is the caller graph for this function:
|
static |
Definition at line 315 of file class.ilTagging.php.
Referenced by ilUserForTagTableGUI\__construct().
Here is the caller graph for this function:
|
static |
Definition at line 229 of file class.ilTagging.php.
Referenced by ilTaggingAppEventListener\handleEvent().
Here is the caller graph for this function:
|
static |
Definition at line 28 of file class.ilTagging.php.
Referenced by ilTaggingGUI\saveInput(), and ilTaggingGUI\saveJS().
Here is the caller graph for this function: