wiki.techinc.nl/includes/utils
Kunal Mehta 4675950b19 StringUtils: throw InvalidArgumentException and move into libs/
Bug: T87863
Change-Id: Iac5bd958c27cad834e35930d0b99adb75c60411b
2015-01-29 10:30:57 -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
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.