wiki.techinc.nl/includes/utils
Erik Bernhardson 90d2135893 Update BatchRowIterator constructor to allow multiple tables
This already supported multiple tables, but the annotations claimed it
didn't. This $table value gets passed on directly to IDatabase::select
which takes a string or array, so mark it as such here as well.

Change-Id: I28fa61429544e592f90c0855ea59279af897283f
2016-07-18 10:27:15 -07:00
..
iterators
AutoloadGenerator.php
AvroValidator.php
BatchRowIterator.php Update BatchRowIterator constructor to allow multiple tables 2016-07-18 10:27:15 -07:00
BatchRowUpdate.php
BatchRowWriter.php
FileContentsHasher.php
IP.php
MWCryptHash.php
MWCryptHKDF.php Fix undefined classes 2016-06-30 15:08:35 -07:00
MWCryptRand.php
MWGrants.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php
ZipDirectoryReader.php

The classes in this directory are general utilities for use by any part of
MediaWiki. They do not favour any particular user interface and are not
constrained to serve any particular feature. This is similar to includes/libs,
except that some dependency on the MediaWiki framework (such as the use of
MWException, Status or wfDebug()) disqualifies them from use outside of
MediaWiki without modification.

Utilities should not use global configuration variables, rather they should rely
on the caller to configure their behaviour.