MediaWiki  1.34.0
SiteLookup.php
Go to the documentation of this file.
1 <?php
2 
28 interface SiteLookup {
29 
39  public function getSite( $globalId );
40 
48  public function getSites();
49 
50 }
SiteLookup\getSite
getSite( $globalId)
Returns the site with provided global id, or null if there is no such site.
SiteLookup
Definition: SiteLookup.php:28
SiteLookup\getSites
getSites()
Returns a list of all sites.