wiki.techinc.nl/includes/utils
umherirrender 21e0c1c533 Correct variable names in @param to match method declarations
Some @param have a typo in the variable name,
some @param's were in wrong order.

Change-Id: Ie25806831027112b398f6f4a909c59147ac3a5fa
2014-08-13 21:48:28 +02:00
..
ArrayUtils.php Cleanup some docs (includes/[s-z]) 2014-07-24 19:43:44 +02:00
Cdb.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
CdbDBA.php Don't use wfIsWindows() in CDB writers 2013-11-08 17:20:41 -08:00
CdbPHP.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
IP.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
MWCryptHKDF.php Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
MWCryptRand.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
MWFunction.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
README
StringUtils.php Fixed some @params documentation (includes/utils) 2014-07-21 20:58:14 +02:00
UIDGenerator.php Correct variable names in @param to match method declarations 2014-08-13 21:48:28 +02:00
ZipDirectoryReader.php Merge "Fixed some @params documentation (includes/utils)" 2014-07-23 18:33:25 +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.