wiki.techinc.nl/includes/utils
Umherirrender eb2373dcd1 Set visibility on php magic functions __destruct/sleep/wakeup/get/call
All the magic functions needs public visibility to be callable from php
internals like garbage collector

Change-Id: I1baf04bf8ff787da880d46e4a6daa77f5a6de73f
2019-12-05 18:52:55 +01:00
..
AutoloadGenerator.php
AvroValidator.php Suppress PhanUndeclaredProperty for custom properties and phan bugs 2019-09-14 13:22:54 +00:00
BatchRowIterator.php Remove duplicate variable name from class property PHPDocs 2019-12-02 12:58:29 +00:00
BatchRowUpdate.php
BatchRowWriter.php Fix new phan errors, part 4 2019-10-12 10:35:31 +00:00
ClassCollector.php Fix new phan errors, part 7 2019-10-21 22:10:20 +00:00
ExecutableFinder.php
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php Unsuppress PhanParamsTooMany 2019-10-10 12:44:08 -07:00
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Set visibility on php magic functions __destruct/sleep/wakeup/get/call 2019-12-05 18:52:55 +01:00
ZipDirectoryReader.php
ZipDirectoryReaderError.php Set method visibility for various constructors 2019-12-03 20:17:30 +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.