Document OutputPage->mDoNothing
authorMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 30 Jan 2014 20:11:33 +0000 (12:11 -0800)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Thu, 30 Jan 2014 20:11:33 +0000 (12:11 -0800)
Change-Id: Id1d30ec29fb219a95532432cd8fc76209f3baa8f

includes/OutputPage.php

index 6d06693..1972d2d 100644 (file)
@@ -159,8 +159,9 @@ class OutputPage extends ContextSource {
        );
 
        /**
-        * @EasterEgg I just love the name for this self documenting variable.
-        * @todo document
+        * Whether output is disabled.  If this is true, the 'output' method will do nothing.
+        *
+        * @var bool $mDoNothing
         */
        var $mDoNothing = false;