wiki.techinc.nl/includes/utils
Siddharth VP b77dd0640c Fix typos in comments (M)
Change-Id: I5ab88a01ba3e5ea2aae853bb6f06492fbc84ceb5
2022-01-09 23:00:20 +05:30
..
AutoloadGenerator.php Safer autoloading with respect to file-scope code 2021-01-11 11:59:36 +11:00
BatchRowIterator.php Fix typos in comments (A-B) 2021-12-26 16:43:47 +05:30
BatchRowUpdate.php Use static closures where safe to use 2021-02-11 00:13:52 +00:00
BatchRowWriter.php Improve class property documentation 2020-10-30 10:38:58 +01:00
ClassCollector.php Fix typos in comments (C-D) 2021-12-30 18:00:02 +05:30
ExecutableFinder.php Update Legoktm's email address 2021-05-02 05:39:37 +00:00
FileContentsHasher.php resourceloader: Remove support for $algo param in FileContentsHasher 2021-12-03 12:12:29 +00:00
MWCryptHKDF.php Fix typos in comments (M) 2022-01-09 23:00:20 +05:30
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.