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 public function isExpired( DependencyWrapper $wrapper ) {
30 return $wrapper->isExpired();
31 }
32}
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.