wiki.techinc.nl/includes/utils
Umherirrender f739a8f368 Improve some parameter docs
Add missing @return and @param to function docs and fixed some @param

Change-Id: I810727961057cfdcc274428b239af5975c57468d
2017-09-10 20:32:31 +02:00
..
AutoloadGenerator.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
AvroValidator.php
BatchRowIterator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
BatchRowUpdate.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
BatchRowWriter.php Fix spacing for @param and indent of function comments 2017-08-15 14:33:29 +00:00
FileContentsHasher.php Remove auto-generated "Constructor" documentation on constructors 2017-07-10 10:15:51 +00:00
MWCryptHKDF.php Miscellaneous indentation tweaks 2017-02-27 19:23:54 +01:00
MWCryptRand.php
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02: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.