wiki.techinc.nl/includes/export
Kevin Israel be46ffa771 DumpStringOutput: Rename getOutput() to __toString()
Though getOutput() is what first came to mind, I do not particularly
like the name, partly because it is used in many, many places as a
method that returns an OutputPage object.

* Renamed the method to __toString(). This is appropriate because
  each instance, at any given time, corresponds to a single string
  value (and exceptions cannot occur during this conversion).
* Removed unnecessary variables from ApiQuery and ExportTest. In
  these and most other cases, it should no longer be necessary to
  call getOutput() explicitly.

Change-Id: Icf202743d1f332f8981338f42eb6e3e5a04abdf1
2016-07-14 06:28:16 -04:00
..
Dump7ZipOutput.php Add 7zip compression level param to BackupDumper 2015-12-31 18:18:18 +00:00
DumpBZip2Output.php
DumpDBZip2Output.php Refactor dumpBackup.php and dumpTextPass.php to be Maintenance subclasses 2015-12-31 20:46:54 +11:00
DumpFileOutput.php
DumpFilter.php
DumpGZipOutput.php
DumpLatestFilter.php
DumpMultiWriter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpNamespaceFilter.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpNotalkFilter.php
DumpOutput.php
DumpPipeOutput.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DumpStringOutput.php DumpStringOutput: Rename getOutput() to __toString() 2016-07-14 06:28:16 -04:00
WikiExporter.php add option to XML dump stubs of page ranges with explicit rev_id ordering 2016-06-22 22:05:55 +03:00
XmlDumpWriter.php Many more function case mismatches 2016-03-19 00:20:58 +00:00