Deprecate OutputPage::out.
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Sun, 12 May 2013 09:00:16 +0000 (02:00 -0700)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 May 2013 15:08:54 +0000 (15:08 +0000)
commit072d516848d285c11619b179baf91a845335054d
tree8bb8dd026a8f0037d2159cb40e09384ff81949a4
parenta8fdb5daf85ea28f9cd4eb0596357c5e820c9e16
Deprecate OutputPage::out.

OutputPage is supposed to be a container for output. It should NOT be used as a replacement for echo.

Only one seemingly unmaintained extension uses this method.
This method is deprecated now and should be removed in the next release.

Change-Id: I82711cee7204604a47cfbb5e4496b4cc737a837c
includes/OutputPage.php