wiki.techinc.nl/includes/utils
Reedy 14826d1e0c Move ClassCollector to its own file
Change-Id: I881f1ccc4aaf8babc40ad534a2a91f1ccf3baad4
2019-04-14 19:46:18 +00:00
..
AutoloadGenerator.php Move ClassCollector to its own file 2019-04-14 19:46:18 +00:00
AvroValidator.php Require indentation of CASE statements in PHP code 2017-12-10 22:07:50 -05:00
BatchRowIterator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
BatchRowUpdate.php Fix/suppress misc phan errors (#2) 2019-04-05 16:12:18 -07:00
BatchRowWriter.php Remove leading backslashes from "use \…" tags 2017-12-28 16:30:05 +01:00
ClassCollector.php Move ClassCollector to its own file 2019-04-14 19:46:18 +00:00
ExecutableFinder.php installer: Don't shell out if it's disabled 2018-05-15 11:23:38 -07:00
FileContentsHasher.php Update suppressWarning()/restoreWarning() calls 2018-02-10 08:50:12 +00:00
MWCryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
MWCryptRand.php Remove CryptRand and related stuff 2019-04-11 18:20:09 +01:00
MWFileProps.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
MWRestrictions.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
README
RowUpdateGenerator.php Clean array() syntax in docs, part V 2016-09-05 02:44:26 +04:30
UIDGenerator.php Use https://www.php.net/ instead of https://secure.php.net/ 2019-04-12 06:44:48 +02:00
ZipDirectoryReader.php Better detection for old MS Office files 2019-01-23 09:23:17 +11:00
ZipDirectoryReaderError.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +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.