wiki.techinc.nl/includes/utils
umherirrender 7c6a25856c Add missing @return to function docs
Change-Id: I45b9d02f94ecc58372268ec5e6a0b572a0b7e2a9
2014-08-23 23:14:57 +02:00
..
ArrayUtils.php Cleanup some docs (includes/[s-z]) 2014-07-24 19:43:44 +02:00
Cdb.php Add missing @return to function docs 2014-08-23 23:14:57 +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 Add missing @param to function docs 2014-08-18 16:24:59 +00:00
MWCryptRand.php Add missing @return to function docs 2014-08-23 23:14:57 +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 Add missing @param to function docs 2014-08-18 16:24:59 +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.