wiki.techinc.nl/includes/utils
Thiemo Mättig d14faa6bed Remove auto-generated "Constructor" documentation on constructors
Having such comments is worse than not having them. They add zero
information. But you must read the text to understand there is
nothing you don't already know from the class and the method name.

Change-Id: I994d11e05f202b880390723e148d79c72cca29f0
2017-07-10 10:15:51 +00:00
..
AutoloadGenerator.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
BatchRowWriter.php
FileContentsHasher.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
MWCryptHKDF.php
MWCryptRand.php
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Remove "@author Aaron Schulz" annotations 2017-06-27 15:24:14 -07:00
ZipDirectoryReader.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
ZipDirectoryReaderError.php Move some more classes to comply with class per file 2017-05-21 13:23:31 +01: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
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.