|
MediaWiki
1.23.0
|


Additional Inherited Members | |
Public Member Functions inherited from SiteList | |
| getGlobalIdentifiers () | |
| Returns all the global site identifiers. More... | |
| getGroup ( $groupName) | |
| Returns the sites that are in the provided group. More... | |
| getObjectType () | |
| getSite ( $globalSiteId) | |
| Returns the Site with the provided global site identifier. More... | |
| getSiteByInternalId ( $id) | |
| Returns the Site with the provided site id. More... | |
| getSiteByNavigationId ( $id) | |
| Returns the Site with the provided navigational site id. More... | |
| hasInternalId ( $id) | |
| Returns if the list contains the site with the provided site id. More... | |
| hasNavigationId ( $id) | |
| Returns if the list contains the site with the provided navigational site id. More... | |
| hasSite ( $globalSiteId) | |
| Returns if the list contains the site with the provided global site identifier. More... | |
| isEmpty () | |
| Returns if the list contains no sites. More... | |
| offsetUnset ( $index) | |
| removeSite ( $globalSiteId) | |
| Removes the site with the specified global site identifier. More... | |
| removeSiteByInternalId ( $id) | |
| Removes the site with the specified site id. More... | |
| removeSiteByNavigationId ( $id) | |
| Removes the site with the specified navigational site id. More... | |
| setSite (Site $site) | |
| Sets a site in the list. More... | |
| unserialize ( $serialization) | |
Public Member Functions inherited from GenericArrayObject | |
| __construct ( $input=null, $flags=0, $iterator_class='ArrayIterator') | |
| Constructor. More... | |
| append ( $value) | |
| offsetSet ( $index, $value) | |
| serialize () | |
Static Public Member Functions inherited from SiteList | |
| static | getSerialVersionId () |
| Returns the version ID that identifies the serialization structure used by getSerializationData() and unserialize(), including the structure of any nested structures. More... | |
Public Attributes inherited from SiteList | |
| const | SERIAL_VERSION_ID = '2014-03-17' |
Protected Member Functions inherited from SiteList | |
| getSerializationData () | |
| preSetElement ( $index, $site) | |
Protected Member Functions inherited from GenericArrayObject | |
| getNewOffset () | |
| Finds a new offset for when appending an element. More... | |
| hasValidType ( $value) | |
| Returns if the provided value has the same type as the elements that can be added to this ArrayObject. More... | |
| setElement ( $index, $value) | |
| Method that actually sets the element and holds all common code needed for set operations, including type checking and offset resolving. More... | |
Protected Attributes inherited from SiteList | |
| array | $byGlobalId = array() |
| Global site identifiers pointing to their sites offset value. More... | |
| array | $byInternalId = array() |
| Internal site identifiers pointing to their sites offset value. More... | |
| array | $byNavigationId = array() |
| Navigational site identifiers alias inter-language prefixes pointing to their sites offset value. More... | |
Protected Attributes inherited from GenericArrayObject | |
| integer | $indexOffset = 0 |
Definition at line 356 of file SiteList.php.