From: daniel Date: Tue, 15 May 2012 12:47:15 +0000 (+0200) Subject: sync comments to master X-Git-Tag: 1.31.0-rc.0~22097^2^2~167 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=d6d9d901fd53d64b39e43915b554c68148c07e10;p=lhc%2Fweb%2Fwiklou.git sync comments to master --- diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index 5fbc99d0f9..67eb049a13 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -44,7 +44,7 @@ class CacheTime { */ function setCacheTime( $t ) { return wfSetVar( $this->mCacheTime, $t ); } - /**abstract + /** * Sets the number of seconds after which this object should expire. * This value is used with the ParserCache. * If called with a value greater than the value provided at any previous call, @@ -157,13 +157,7 @@ class ParserOutput extends CacheTime { $mTimestamp; # Timestamp of the revision private $mIndexPolicy = ''; # 'index' or 'noindex'? Any other value will result in no change. private $mAccessedOptions = array(); # List of ParserOptions (stored in the keys) - - /** - * List of instances of DataUpdate(), used to cause some information extracted from the page in a custom place. - * @since WD.1 - * @var array of DataUpdate - */ - protected $mSecondaryDataUpdates = array(); + private $mSecondaryDataUpdates = array(); # List of instances of DataUpdate, used to cause some information extracted from the page in a custom place. const EDITSECTION_REGEX = '#<(?:mw:)?editsection page="(.*?)" section="(.*?)"(?:/>|>(.*?)())#';