MediaWiki  1.23.14
RCCacheEntry.php
Go to the documentation of this file.
1 <?php
21 class RCCacheEntry extends RecentChange {
22  public $curlink;
23  public $difflink;
24  public $lastlink;
25  public $link;
26  public $timestamp;
27  public $unpatrolled;
28  public $userlink;
29  public $usertalklink;
30  public $watched;
31 
36  static function newFromParent( $rc ) {
37  $rc2 = new RCCacheEntry;
38  $rc2->mAttribs = $rc->mAttribs;
39  $rc2->mExtra = $rc->mExtra;
40 
41  return $rc2;
42  }
43 }
RCCacheEntry\$userlink
$userlink
Definition: RCCacheEntry.php:28
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
RecentChange
Utility class for creating new RC entries.
Definition: RecentChange.php:63
RCCacheEntry\$unpatrolled
$unpatrolled
Definition: RCCacheEntry.php:27
RCCacheEntry\newFromParent
static newFromParent( $rc)
Definition: RCCacheEntry.php:36
RCCacheEntry\$watched
$watched
Definition: RCCacheEntry.php:30
RCCacheEntry\$lastlink
$lastlink
Definition: RCCacheEntry.php:24
RCCacheEntry
Definition: RCCacheEntry.php:21
RCCacheEntry\$timestamp
$timestamp
Definition: RCCacheEntry.php:26
RCCacheEntry\$curlink
$curlink
Definition: RCCacheEntry.php:22
RCCacheEntry\$link
$link
Definition: RCCacheEntry.php:25
RCCacheEntry\$difflink
$difflink
Definition: RCCacheEntry.php:23
RCCacheEntry\$usertalklink
$usertalklink
Definition: RCCacheEntry.php:29