r98636 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98635‎ | r98636 | r98637 >
Date:22:38, 1 October 2011
Author:reedy
Status:ok
Tags:
Comment:
Explicit member variable shizz
Modified paths:
  • /trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php (modified) (history)
  • /trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/presentation/specialpages/actions/RequestAccount_body.php
@@ -2,6 +2,16 @@
33
44 class RequestAccountPage extends SpecialPage {
55
 6+ protected $mUsername, $mRealName, $mType, $mPrevAttachment, $mForgotAttachment,
 7+ $mEmail, $mBio, $mNotes, $mToS, $mSrcName, $mUrls, $mFileSize, $mTempPath;
 8+
 9+ protected $skin;
 10+
 11+ /**
 12+ * @var array
 13+ */
 14+ protected $mAreas, $mAreaSet;
 15+
616 function __construct() {
717 parent::__construct( 'RequestAccount' );
818 }
Index: trunk/extensions/ConfirmAccount/presentation/specialpages/actions/ConfirmAccount_body.php
@@ -17,6 +17,8 @@
1818 protected $reqAreaSet;
1919 protected $reason;
2020
 21+ protected $specialPageParameter;
 22+
2123 function __construct() {
2224 parent::__construct( 'ConfirmAccounts', 'confirmaccount' );
2325 }

Status & tagging log