wiki.techinc.nl/includes/utils
Fomafix 9cbb8f104d Use https://www.php.net/ instead of https://secure.php.net/
Change-Id: I0acca592c6909e91b28b904da49dcbd6a43cd2a5
2019-04-12 06:44:48 +02:00
..
AutoloadGenerator.php AutoloadGenerator: Filter PSR4-compliant classes instead of ignoring directories 2018-09-20 15:15:27 -04:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php Fix/suppress misc phan errors (#2) 2019-04-05 16:12:18 -07:00
BatchRowWriter.php
ExecutableFinder.php
FileContentsHasher.php
MWCryptHKDF.php
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
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

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.