Better way for extensions to add to ParserOutput.
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 22 Jan 2013 11:59:23 +0000 (12:59 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 30 Jan 2013 11:45:47 +0000 (12:45 +0100)
commit40cb62d558102134fb2c8e7e3f61d9eae8dff1e7
tree26fa3c6e5b8daa7b93edf6df7ffb366aa3c7d7e2
parent58b91e162b83aa3ae037a20b223d496af0d75b1d
Better way for extensions to add to ParserOutput.

Extensions sometimes need to stash information in the ParserOutput
for later use. This change provides a clean way to do that.

Change-Id: I8bc571d13c9a70bb71430862c2ab679ff1947126
includes/parser/ParserOutput.php
tests/phpunit/includes/parser/ParserOutputTest.php