Merge "Declare visibility on class properties of RCCacheEntry"
This commit is contained in:
commit
2a57a1e986
1 changed files with 9 additions and 3 deletions
|
|
@ -18,9 +18,15 @@
|
|||
* @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
|
||||
|
|
|
|||
Loading…
Reference in a new issue