wiki.techinc.nl/includes/utils
Umherirrender 769bdbf091 docs: Fix nullable documentation for class properties
Change-Id: I6d0577124d852103f485ffdc819876a13f6641c3
2021-09-24 00:54:53 +00:00
..
AutoloadGenerator.php
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php
ClassCollector.php docs: Fix nullable documentation for class properties 2021-09-24 00:54:53 +00:00
ExecutableFinder.php Update Legoktm's email address 2021-05-02 05:39:37 +00:00
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php Use the unserialized form of image metadata internally 2021-06-08 17:04:01 +10:00
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php
ZipDirectoryReader.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02: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.