aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TagManager.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/TagManager.php')
-rw-r--r--lib/private/TagManager.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/private/TagManager.php b/lib/private/TagManager.php
index f99653f2c05..2c4290da66b 100644
--- a/lib/private/TagManager.php
+++ b/lib/private/TagManager.php
@@ -35,19 +35,6 @@ class TagManager implements ITagManager, IEventListener {
$this->logger = $logger;
}
- /**
- * Create a new \OCP\ITags instance and load tags from db.
- *
- * @see \OCP\ITags
- * @param string $type The type identifier e.g. 'contact' or 'event'.
- * @param array $defaultTags An array of default tags to be used if none are stored.
- * @param boolean $includeShared Whether to include tags for items shared with this user by others.
- * @param string $userId user for which to retrieve the tags, defaults to the currently
- * logged in user
- * @return \OCP\ITags
- *
- * since 20.0.0 $includeShared isn't used anymore
- */
public function load($type, $defaultTags = [], $includeShared = false, $userId = null) {
if (is_null($userId)) {
$user = $this->userSession->getUser();