Implement an interface and abstract class to hold the widely-reused get(Request|User...
authorHappy-melon <happy-melon@users.mediawiki.org>
Mon, 25 Apr 2011 17:37:43 +0000 (17:37 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Mon, 25 Apr 2011 17:37:43 +0000 (17:37 +0000)
commit70bdc008c4d977bc6df47c516709cde23770aca2
treee0869277b8023c7b2c9dce0bf76fe328c74b45e4
parentd40bad43f8eaef82457e1ddf39118d60b39cfc78
Implement an interface and abstract class to hold the widely-reused get(Request|User|Title|Lang|Skin|Output) accessors for objects acting as a context source.  Article is rather messier because both getTitle() and getUser() are in use for other things, and Article::$mTitle is in extremely wide use both within Article.php and outside.
includes/Action.php
includes/AutoLoader.php
includes/HTMLForm.php
includes/OutputPage.php
includes/RequestContext.php
includes/Skin.php
includes/SpecialPage.php