wiki.techinc.nl/includes/utils
Kunal Mehta 89b3502322 Move ReplacementArray into includes/libs/
Change-Id: I95b748c77522027753fb5bd0237f25e254938c16
2015-01-28 21:21:46 -08:00
..
AutoloadGenerator.php Add lots of @throws 2014-12-24 13:49:20 +00:00
IP.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
MWCryptHKDF.php Add lots of @throws 2014-12-24 13:49:20 +00:00
MWCryptRand.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
MWFunction.php Deprecate MWFunction::newObj() in favor of ObjectFactory 2014-11-06 13:41:18 -07:00
README
StringUtils.php Move ReplacementArray into includes/libs/ 2015-01-28 21:21:46 -08:00
UIDGenerator.php Updated some try-catch statements: MWException -> Exception 2015-01-09 17:20:22 -08:00
ZipDirectoryReader.php Add lots of @throws 2014-12-24 13:49:20 +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.