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 |
||
|---|---|---|
| .. | ||
| iterators | ||
| AutoloadGenerator.php | ||
| AvroValidator.php | ||
| BatchRowIterator.php | ||
| BatchRowUpdate.php | ||
| BatchRowWriter.php | ||
| FileContentsHasher.php | ||
| IP.php | ||
| MWCryptHash.php | ||
| MWCryptHKDF.php | ||
| 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.