wiki.techinc.nl/includes/utils
C. Scott Ananian ed94cc0b64 structure tests: allow PHP 8.1 syntax and autoload enums
Change-Id: I0069df20fbc7ee46c7dc177e5bf352434b8abf32
(cherry picked from commit 12c9e516a2a42d399f5d51f6ba1b162ba68f4894)
2025-06-18 10:55:15 +01:00
..
AutoloadGenerator.php
BatchRowIterator.php Remove unchecked exception annotations 2024-09-17 22:20:58 +02:00
BatchRowUpdate.php
BatchRowWriter.php
ClassCollector.php structure tests: allow PHP 8.1 syntax and autoload enums 2025-06-18 10:55:15 +01:00
ExecutableFinder.php
ExtensionInfo.php
FileContentsHasher.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
GitInfo.php utils: Add missing documentation to class properties 2024-09-01 14:40:01 +00:00
MWCryptRand.php
MWFileProps.php Add namespace to remaining parts of Wikimedia\FileBackend 2024-10-03 16:21:22 +00:00
MWRestrictions.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
MWTimestamp.php Use explicit nullable type on parameter arguments 2024-10-16 20:58:33 +02:00
README
RowUpdateGenerator.php
UrlUtils.php
ZipDirectoryReader.php Merge "utils: Add missing documentation to class properties" 2024-09-01 15:19:10 +00:00
ZipDirectoryReaderError.php utils: Add missing documentation to class properties 2024-09-01 14:40:01 +00: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
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.