wiki.techinc.nl/includes/utils
Kunal Mehta 230958d97c Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors
Change-Id: I63761ebce04c03b9b13237919c27cc10180f198f
2018-05-19 14:07:03 -07:00
..
AutoloadGenerator.php Have ClassCollector ignore PHP 7 anonymous classes 2018-05-01 13:13:37 -04:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php Remove leading backslashes from "use \…" tags 2017-12-28 16:30:05 +01:00
ExecutableFinder.php installer: Don't shell out if it's disabled 2018-05-15 11:23:38 -07:00
FileContentsHasher.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
MWCryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
MWCryptRand.php
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
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.