Page MenuHomePhabricator

Make the WikiExporter::$writer variable protected
Open, Needs TriagePublic

Description

mediawiki/includes/export/WikiExporter.php

/** @var XmlDumpWriter */
private $writer;

Variable $writer should be changed from private to protected to make this variable usable for child classes.

Event Timeline

Reedy renamed this task from Make the variable usable for child classes. to Make the WikiExporter::$writer variable protected.Apr 16 2020, 9:56 PM
Reedy updated the task description. (Show Details)