Page MenuHomePhabricator

Make the XmlDumpWriter::$currentTitle variable protected
Open, Needs TriagePublic

Description

mediawiki/includes/export/XmlDumpWriter.php

private $currentTitle = null;

Variable $currentTitle 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 XmlDumpWriter::$currentTitle variable protected.Apr 16 2020, 9:57 PM
Reedy updated the task description. (Show Details)
Reedy updated the task description. (Show Details)