Declare visibility on class properties of RCCacheEntry
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 19 Nov 2013 07:38:12 +0000 (08:38 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 19 Nov 2013 08:46:46 +0000 (09:46 +0100)
All are referenced directly outside inheritence; declare all public.
Removed unused $secureName and $versionlink.

Change-Id: If491d0f1cbf4d53692e0ecfd0e1df1f4c3761ca6

includes/changes/RCCacheEntry.php

index 3fa5c32..271dd4a 100644 (file)
  * @file
  */
 class RCCacheEntry extends RecentChange {
-       var $secureName, $link;
-       var $curlink, $difflink, $lastlink, $usertalklink, $versionlink;
-       var $userlink, $timestamp, $watched;
+       public $curlink;
+       public $difflink;
+       public $lastlink;
+       public $link;
+       public $timestamp;
+       public $unpatrolled;
+       public $userlink;
+       public $usertalklink;
+       public $watched;
 
        /**
         * @param $rc RecentChange