From: Matthew Flaschen Date: Thu, 30 Jan 2014 20:11:33 +0000 (-0800) Subject: Document OutputPage->mDoNothing X-Git-Tag: 1.31.0-rc.0~17068^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=527f9eeb8590fcb014890cbabd4066ce1450d78f;p=lhc%2Fweb%2Fwiklou.git Document OutputPage->mDoNothing Change-Id: Id1d30ec29fb219a95532432cd8fc76209f3baa8f --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 6d06693efb..1972d2d8bd 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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;