wiki.techinc.nl/includes/utils
Aaron Schulz d82ce50741 Fixed UID comment
Change-Id: I2e44bd69f4acafa032e0c4207749008409afcd53
2014-08-27 16:19:11 -07: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 Fixed UID comment 2014-08-27 16:19:11 -07: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.