wiki.techinc.nl/includes/utils
Reedy 62d8fe2eac Add setCaller to BatchRowIterator
Bug: T260354
Change-Id: Ia1e2dcc75c1350a9a2c6bffccdc8398ce695e3f3
2020-08-21 17:52:56 +00:00
..
AutoloadGenerator.php Cleanup AutoloadGenerator 2020-05-09 23:11:52 +00:00
AvroValidator.php
BatchRowIterator.php Add setCaller to BatchRowIterator 2020-08-21 17:52:56 +00:00
BatchRowUpdate.php doxygen: Changed Doxygen tags causing warnings during documentation generation 2020-04-14 03:25:19 +00:00
BatchRowWriter.php Add setCaller to BatchRowWriter 2020-08-21 17:26:07 +00:00
ClassCollector.php Fix the namespace of SpecialPageFactory 2020-02-21 13:46:19 +11:00
ExecutableFinder.php
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php mime: Document null return from MimeAnalyzer::improveTypeFromExtension() 2020-05-24 15:51:08 -04:00
MWRestrictions.php Use IPset in MWRestrictions::checkIP 2020-08-18 12:08:13 +01:00
README
RowUpdateGenerator.php Replace "@stable for implementation" with "@stable to implement" 2020-07-13 11:05:49 +02:00
UIDGenerator.php Fix even more PSR12.Properties.ConstantVisibility.NotFound 2020-05-16 00:51:46 +01:00
ZipDirectoryReader.php Remove terminating line breaks from debug messages 2020-06-03 12:01:16 +10:00
ZipDirectoryReaderError.php Replace "@stable for calling" by "@stable to call" 2020-07-13 08:55:28 +00:00

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.