Document OutputPage::out()
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Apr 2009 18:21:07 +0000 (18:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 7 Apr 2009 18:21:07 +0000 (18:21 +0000)
includes/OutputPage.php

index 39a248f..caa40be 100644 (file)
@@ -983,8 +983,9 @@ class OutputPage {
        }
 
        /**
-        * @todo document
-        * @param string $ins
+        * Actually output something with print(). Performs an iconv to the
+        * output encoding, if needed.
+        * @param string $ins The string to output
         */
        public function out( $ins ) {
                global $wgInputEncoding, $wgOutputEncoding, $wgContLang;