r41897 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41896‎ | r41897 | r41898 >
Date:21:11, 9 October 2008
Author:hashar
Status:old
Tags:
Comment:
Document wfVarDump()
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1387,7 +1387,10 @@
13881388 }
13891389
13901390 /**
1391 - * @todo document
 1391+ * A wrapper around the PHP function var_export().
 1392+ * Either print it or add it to the regular output ($wgOut).
 1393+ *
 1394+ * @param $var A PHP variable to dump.
13921395 */
13931396 function wfVarDump( $var ) {
13941397 global $wgOut;

Status & tagging log