Split Content.php into one file per class.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 24 Sep 2012 20:51:53 +0000 (22:51 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 24 Sep 2012 20:51:53 +0000 (22:51 +0200)
commit2b1016eb9dad68170af78c78479a7268a8522675
tree4ba98ccd69d72b30e6c406593baffeb46115c570
parent8f479e2e45b87b4e6d6308bcde0a296d7f6e4a4a
Split Content.php into one file per class.

Change-Id: Ib49d9ec729613dcc43d38d46cb133ff9df459d79
includes/AutoLoader.php
includes/Content.php [deleted file]
includes/ContentHandler.php [deleted file]
includes/content/AbstractContent.php [new file with mode: 0644]
includes/content/Content.php [new file with mode: 0644]
includes/content/ContentHandler.php [new file with mode: 0644]
includes/content/CssContent.php [new file with mode: 0644]
includes/content/JavaScriptContent.php [new file with mode: 0644]
includes/content/MessageContent.php [new file with mode: 0644]
includes/content/TextContent.php [new file with mode: 0644]
includes/content/WikitextContent.php [new file with mode: 0644]