wiki.techinc.nl/includes/utils
Reedy b3b78a0e4b Fix Extract typo
Change-Id: I34b2b214034c2e8f297399be6efb6805895b0853
2021-05-20 19:42:27 +01:00
..
AutoloadGenerator.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
BatchRowIterator.php
BatchRowUpdate.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
BatchRowWriter.php
ClassCollector.php
ExecutableFinder.php Update Legoktm's email address 2021-05-02 05:39:37 +00:00
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php Fix Extract typo 2021-05-20 19:42:27 +01:00
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php
ZipDirectoryReader.php
ZipDirectoryReaderError.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.