document getImageSize() return format
[lhc/web/wiklou.git] / includes / AuthPlugin.php
index fd0624a..2fdba79 100644 (file)
@@ -262,6 +262,15 @@ class AuthPlugin {
        public function getUserInstance( User &$user ) {
                return new AuthPluginUser( $user );
        }
+
+       /**
+        * Get a list of domains (in HTMLForm options format) used.
+        *
+        * @return array
+        */
+       public function domainList() {
+               return array();
+       }
 }
 
 class AuthPluginUser {