Unroll Article::__call
authorumherirrender <umherirrender_de.wp@web.de>
Sat, 16 Jan 2016 16:44:37 +0000 (17:44 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sat, 30 Jan 2016 11:52:39 +0000 (12:52 +0100)
commit6051fcd38374db7e2d984ec535da264cb48d291f
treea2c4b6689d614729ddff52c108fa6476a2acc9c6
parent796711e0c4c4df8973960425ae5fbe669aab6237
Unroll Article::__call

Add all public function from WikiPage to Article and replace the magic
__call

__call has the problem, that new functions to WikiPage will also be
available through Article.
It also makes deprecating of some functions harder. Having each function
as an own function will allow to add deprecated notice to just some and
maybe delete some functions earlier than others.

Also some static code analyzer can benefit from separately functions.

Change-Id: I779aa1c017abc9a17047fd5335f2d082148daa6f
includes/page/Article.php