wiki.techinc.nl/includes/utils
2022-11-11 10:41:04 +00:00
..
AutoloadGenerator.php Merge "utils: Use str_starts_with/str_ends_with/str_contains" 2022-11-11 10:41:04 +00:00
BatchRowIterator.php SQLPlatform: Introduce buildComparison() 2022-09-10 04:22:19 +02:00
BatchRowUpdate.php
BatchRowWriter.php
ClassCollector.php utils: Use str_starts_with/str_ends_with/str_contains 2022-10-04 23:09:44 +02:00
ExecutableFinder.php utils: Use str_starts_with/str_ends_with/str_contains 2022-10-04 23:09:44 +02:00
FileContentsHasher.php
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
MWRestrictions.php Revert "Reorg: Move some of request related classes to MediaWiki/Request" 2022-10-27 13:14:16 +00:00
README
RowUpdateGenerator.php
UIDGenerator.php
UrlUtils.php Merge "utils: Use str_starts_with/str_ends_with/str_contains" 2022-11-11 10:41:04 +00:00
ZipDirectoryReader.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +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.