Add some documentation to OutputPage.php and specify public/private for most of its...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 7 Nov 2006 05:37:31 +0000 (05:37 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 7 Nov 2006 05:37:31 +0000 (05:37 +0000)
commit889ef5eab6327c22522e256f8f6796fd1e92a99d
treed5a00b2795a1d201a59dd4e5abb6e2d7a0910f29
parentc09d91660cd382166e4d6f65f6b8d2045eb268ff
Add some documentation to OutputPage.php and specify public/private for most of its member functions (practically all public anyway).  And replace one gratuitous use of strcmp with good old ===.
includes/OutputPage.php