Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-11-17 10:41:48 +0300
committerdartcafe <github@dartcafe.de>2020-11-19 10:20:56 +0300
commit0d97065c29021cc6780b6738d77b1792caec0839 (patch)
tree7e7faefef84c28d5feade8a416d6867d3ac25d41 /lib/Model/Contact.php
parent19f473f7c0666149b6624f59feda10f86221951b (diff)
fixes
Diffstat (limited to 'lib/Model/Contact.php')
-rw-r--r--lib/Model/Contact.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/Model/Contact.php b/lib/Model/Contact.php
index 2470cdbd..2d197407 100644
--- a/lib/Model/Contact.php
+++ b/lib/Model/Contact.php
@@ -50,7 +50,6 @@ class Contact extends UserGroupClass {
* getPublicId
* must use displayName for contact's user id, because contact id
* is not accessable outside the owners's scope
- * @NoAdminRequired
* @return String
*/
public function getPublicId() {
@@ -59,7 +58,6 @@ class Contact extends UserGroupClass {
/**
* isEnabled
- * @NoAdminRequired
* @return Boolean
*/
public static function isEnabled() {
@@ -69,7 +67,6 @@ class Contact extends UserGroupClass {
/**
* resolveContact
* We just need the contact's UID, so make sure, the any prefix is removed
- * @NoAdminRequired
*/
private function resolveContactId() {
$parts = explode(":", $this->id);
@@ -78,7 +75,6 @@ class Contact extends UserGroupClass {
/**
* loadContact
- * @NoAdminRequired
* @throws MultipleContactsFound
* The contacts app just provides a search, so we have to load the contact
* after searching via the contact's id and use the first contact.
@@ -104,7 +100,6 @@ class Contact extends UserGroupClass {
/**
* getContact
- * @NoAdminRequired
* @throws ContactsNotEnabledExceptions
*/
private function getContact() {
@@ -143,7 +138,6 @@ class Contact extends UserGroupClass {
/**
* listRaw
- * @NoAdminRequired
* List all contacts with email adresses
* excluding contacts from localSystemBook
* @param string $query
@@ -163,7 +157,6 @@ class Contact extends UserGroupClass {
/**
* list
- * @NoAdminRequired
* @param string $query
* @param array $queryRange
* @return self[]