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