wiki.techinc.nl/includes/utils
Aaron Schulz 6921770414 Updated some try-catch statements: MWException -> Exception
Change-Id: I76601a86e30f4984e3b1a8c8ec5ef5a0f652433a
2015-01-09 17:20:22 -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 Removed remaining profile calls 2015-01-08 02:49:33 -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.