wiki.techinc.nl/includes/utils
Aaron Schulz 211d6062e1 Add some casts for sanity before BagOStuff::add() calls
Change-Id: I6ecb609c88e4fc1ef614e94c551199bd610ca360
2014-06-26 16:25:31 -07:00
..
ArrayUtils.php Fix CodeSniffer errors and warnings in includes/utils/ 2014-05-08 21:15:09 +02:00
Cdb.php Fix CodeSniffer errors and warnings in includes/utils/ 2014-05-08 21:15:09 +02:00
CdbDBA.php Don't use wfIsWindows() in CDB writers 2013-11-08 17:20:41 -08:00
CdbPHP.php Declare visibility on class properties of CdbPHP.php 2014-05-09 14:46:29 +02:00
IP.php Renamed $ipSet static variable in IP to something better 2014-06-03 10:42:56 -07:00
MWCryptHKDF.php Add HKDF as a fast, random number source 2014-06-09 11:32:26 -07:00
MWCryptRand.php Remove $wgProxyKey 2014-06-11 14:39:28 -07:00
MWFunction.php
README
StringUtils.php Set visibility for class property of RegexlikeReplacer 2013-11-07 23:05:55 +01:00
UIDGenerator.php Add some casts for sanity before BagOStuff::add() calls 2014-06-26 16:25:31 -07:00
ZipDirectoryReader.php Fix broken @return documentation 2014-05-24 22:06:01 +02: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.