Deprecate UserProfile::isConnectedWith*()
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 10:26:25 +0000 (11:26 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 16 Mar 2021 10:26:25 +0000 (11:26 +0100)
wcfsetup/install/files/lib/data/user/UserProfile.class.php

index 7d5c3f9b83aee04cb357449586070b331e142450..f71e30001b012fd1e0aee67290a693061cdf74db 100644 (file)
@@ -998,9 +998,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * Returns true if the current user is connected with Facebook.
-     *
-     * @return  bool
+     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
      */
     public function isConnectedWithFacebook()
     {
@@ -1008,9 +1006,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * Returns true if the current user is connected with GitHub.
-     *
-     * @return  bool
+     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
      */
     public function isConnectedWithGithub()
     {
@@ -1018,9 +1014,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * Returns true if the current user is connected with Google Plus.
-     *
-     * @return  bool
+     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
      */
     public function isConnectedWithGoogle()
     {
@@ -1028,9 +1022,7 @@ class UserProfile extends DatabaseObjectDecorator implements ITitledLinkObject
     }
 
     /**
-     * Returns true if the current user is connected with Twitter.
-     *
-     * @return  bool
+     * @deprecated 5.4 This method is unused internally and redundant with User:.getAuthProvider()
      */
     public function isConnectedWithTwitter()
     {