wiki.techinc.nl/includes/utils
Smriti.Singh cbcbbf2bf1 AutoloadGenerator.php: Update 'AutoloadClasses' in extension.json
AutoloadGenerator.php until now only updated autoload.php. As we shift
to extension registration, it would be cleaner if AutoloadGenerator.php
directly updates 'AutoloadClasses' in extension.json.

Bug: T88194
Change-Id: Idd601d7897634fae8c69f4d5338d9fc8f8b8f89b
2015-06-05 11:41:59 +03:00
..
AutoloadGenerator.php AutoloadGenerator.php: Update 'AutoloadClasses' in extension.json 2015-06-05 11:41:59 +03:00
IP.php Remove obvious function-level profiling 2015-01-07 11:14:24 -08:00
MWCryptHKDF.php Add lots of @throws 2014-12-24 13:49:20 +00:00
MWCryptRand.php Fix phpcs errors in includes/ 2015-01-08 20:15:07 +01:00
MWFunction.php Deprecate MWFunction::newObj() in favor of ObjectFactory 2014-11-06 13:41:18 -07:00
README
UIDGenerator.php Start using the Assert helper class for checking parameters. 2015-05-11 17:54:07 +00:00
ZipDirectoryReader.php Add lots of @throws 2014-12-24 13:49:20 +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.