wiki.techinc.nl/includes/utils
Aaron Schulz e369f66d00 Replace wfRunHooks calls with direct Hooks::run calls
* This avoids the overhead of an extra function call

Change-Id: I8ee996f237fd111873ab51965bded3d91e61e4dd
2014-12-10 12:26:59 -08:00
..
AutoloadGenerator.php Fixed spacing 2014-12-05 22:28:07 +01:00
IP.php Replace wfRunHooks calls with direct Hooks::run calls 2014-12-10 12:26:59 -08: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 Deprecate MWFunction::newObj() in favor of ObjectFactory 2014-11-06 13:41:18 -07:00
README
StringUtils.php
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.