wiki.techinc.nl/includes/utils
Siebrand Mazeland e58e2c12a7 Set visibility on class properties of ExplodeIterator
Set to private. Only used in StringUtils::explode(). Searched
core and 600+ extensions.

Change-Id: Idbf981d1864f45bbb4adce08803dc693d9a5c200
2013-11-07 23:02:03 +01:00
..
ArrayUtils.php
Cdb.php Remove underscore from CdbReader_[DBA|PHP] classes and related file 2013-11-07 13:16:56 -08:00
CdbPHP.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01:00
ConfEditor.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01:00
HashRing.php
IP.php
MappedIterator.php
MWCryptRand.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01:00
MWFunction.php
README
ScopedCallback.php
StringUtils.php Set visibility on class properties of ExplodeIterator 2013-11-07 23:02:03 +01:00
UIDGenerator.php
ZipDirectoryReader.php Address some PHP CodeSniffer errors and warnings 2013-11-07 22:32:16 +01: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.