Use late static binding in Article::newFromID()
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:24:50 +0000 (21:24 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 13 Sep 2016 04:46:12 +0000 (21:46 -0700)
commite65f93f827188b1dc4b4b0c53009a649ee4ef3cd
treeab34de16c1a170a7c14364d90dff03b8b7ffc7dd
parent148f7bf0d1e20f395891eb58cb506ef37d752eaf
Use late static binding in Article::newFromID()

Address the FIXME and remove subclass implementations by using late
static binding.

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