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
DumpBZip2Output.php
DumpDBZip2Output.php
DumpFileOutput.php
DumpFilter.php
DumpGZipOutput.php
DumpLatestFilter.php
DumpMultiWriter.php
DumpNamespaceFilter.php
DumpNotalkFilter.php
DumpOutput.php
DumpPipeOutput.php
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