From: Lisa Ridley Date: Mon, 15 Mar 2010 14:05:54 +0000 (+0000) Subject: Fixed another typo in documentation, added documentation for properties X-Git-Tag: 1.31.0-rc.0~37443 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=4281c3f891c7b1e8f585ddcc22496c588f3ad81d;p=lhc%2Fweb%2Fwiklou.git Fixed another typo in documentation, added documentation for properties --- diff --git a/includes/Article.php b/includes/Article.php index 569590523c..8365462125 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -33,15 +33,15 @@ class Article { var $mRedirectTarget = null; // !< Title object if set var $mRedirectUrl = false; // !< var $mRevIdFetched = 0; // !< - var $mRevision; // !< + var $mRevision; // !< Revision object if set var $mTimestamp = ''; // !< - var $mTitle; // !< + var $mTitle; // !< Title object var $mTotalAdjustment = 0; // !< var $mTouched = '19700101000000'; // !< var $mUser = -1; // !< Not loaded var $mUserText = ''; // !< - var $mParserOptions; // !< - var $mParserOutput; // !< + var $mParserOptions; // !< ParserOptions object + var $mParserOutput; // !< ParserCache object if set /**@}}*/ /** @@ -4134,7 +4134,7 @@ class Article { /** * Updates cascading protections * - * @param $parserOutput mixed ParseerOptions object, or boolean false + * @param $parserOutput mixed ParserOptions object, or boolean false **/ protected function doCascadeProtectionUpdates( $parserOutput ) {