Translate extension for MediaWiki
 
Loading...
Searching...
No Matches
MessageGroupLoader.php
Go to the documentation of this file.
1<?php
14abstract class MessageGroupLoader {
21 abstract public function getGroups();
22
29 // TODO remove and convert this to an interface
30 public function isExpired( DependencyWrapper $wrapper ) {
31 return $wrapper->isExpired();
32 }
33}
An abstract class to be implemented by group loaders / stores.
getGroups()
Fetches and returns an array of MessageGroups.
isExpired(DependencyWrapper $wrapper)
Determines if dependencies have expired.