Unroll Article::__call again
authoraddshore <addshorewiki@gmail.com>
Tue, 2 Feb 2016 16:48:20 +0000 (17:48 +0100)
committeraddshore <addshorewiki@gmail.com>
Tue, 2 Feb 2016 16:55:17 +0000 (17:55 +0100)
commit3540bf8f6c5b613baf8b4e55d75ab643110bc318
tree13cf0b343d60bf4e0f230d7048b607ae6a0d82f1
parent61b0b776357bb39f80072b8ed0d1edb4cab534a1
Unroll Article::__call again

Adds all public functions from WikiPage to Article

Adds all public functions from WikiFilePage that
are not in Article to ImagePage

WikiCategoryPage has no methods that need moving

Removed __call from Article

If extensions extend WikiPage and rely on the __call
method in Article they may break with this change.
They cal easily call $article->getPage()->method..

Change-Id: I8cd8d69d0d59c67f4879212535206688387bead4
includes/page/Article.php
includes/page/CategoryPage.php
includes/page/ImagePage.php