MediaWiki
1.23.2
|
Public Member Functions | |
__construct (IContextSource $context, $messages) | |
newFromRecentChange (RecentChange $baseRC, $watched) | |
Private Member Functions | |
buildCLink (RecentChange $cacheEntry) | |
buildCurLink (RecentChange $cacheEntry, $showDiffLinks, $counter) | |
buildCurQueryParams (RecentChange $recentChange) | |
buildDiffLink (RecentChange $cacheEntry, $showDiffLinks, $counter) | |
buildDiffQueryParams (RecentChange $recentChange) | |
buildLastLink (RecentChange $cacheEntry, $showDiffLinks) | |
buildTimestamp (RecentChange $cacheEntry) | |
getLogLink ( $logType) | |
getMessage ( $key) | |
getUserLink (RecentChange $cacheEntry) | |
showDiffLinks (RecentChange $cacheEntry, User $user) | |
Private Attributes | |
IContextSource | $context |
string[] | $messages |
Definition at line 23 of file RCCacheEntryFactory.php.
RCCacheEntryFactory::__construct | ( | IContextSource | $context, |
$messages | |||
) |
IContextSource | $context | |
string[] | $messages |
Definition at line 33 of file RCCacheEntryFactory.php.
|
private |
RecentChange | $cacheEntry |
Definition at line 95 of file RCCacheEntryFactory.php.
References $type, getLogLink(), RecentChange\getTitle(), Linker\link(), Linker\linkKnown(), NS_SPECIAL, RC_LOG, RC_MOVE, RC_MOVE_OVER_REDIRECT, RC_NEW, and wfDebugLog().
Referenced by newFromRecentChange().
|
private |
RecentChange | $cacheEntry | |
boolean | $showDiffLinks | |
int | $counter |
Definition at line 169 of file RCCacheEntryFactory.php.
References array(), buildCurQueryParams(), getMessage(), RecentChange\getTitle(), RC_LOG, RC_MOVE, and RC_MOVE_OVER_REDIRECT.
Referenced by newFromRecentChange().
|
private |
RecentChange | $recentChange |
Definition at line 154 of file RCCacheEntryFactory.php.
References array().
Referenced by buildCurLink().
|
private |
RecentChange | $cacheEntry | |
boolean | $showDiffLinks | |
int | $counter |
Definition at line 204 of file RCCacheEntryFactory.php.
References array(), buildDiffQueryParams(), getMessage(), RecentChange\getTitle(), RC_LOG, RC_MOVE, RC_MOVE_OVER_REDIRECT, and RC_NEW.
Referenced by newFromRecentChange().
|
private |
RecentChange | $recentChange |
Definition at line 189 of file RCCacheEntryFactory.php.
References array().
Referenced by buildDiffLink(), and buildLastLink().
|
private |
RecentChange | $cacheEntry | |
boolean | $showDiffLinks |
Definition at line 227 of file RCCacheEntryFactory.php.
References $type, array(), buildDiffQueryParams(), getMessage(), RecentChange\getTitle(), Linker\linkKnown(), RC_LOG, RC_MOVE, and RC_MOVE_OVER_REDIRECT.
Referenced by newFromRecentChange().
|
private |
RecentChange | $cacheEntry |
Definition at line 142 of file RCCacheEntryFactory.php.
Referenced by newFromRecentChange().
|
private |
Definition at line 126 of file RCCacheEntryFactory.php.
References SpecialPage\getTitleFor(), and Linker\linkKnown().
Referenced by buildCLink().
|
private |
string | $key |
Definition at line 272 of file RCCacheEntryFactory.php.
References messages.
Referenced by buildCurLink(), buildDiffLink(), and buildLastLink().
|
private |
RecentChange | $cacheEntry |
Definition at line 253 of file RCCacheEntryFactory.php.
References Revision\DELETED_USER, ChangesList\isDeleted(), and Linker\userLink().
Referenced by newFromRecentChange().
RCCacheEntryFactory::newFromRecentChange | ( | RecentChange | $baseRC, |
$watched | |||
) |
RecentChange | $baseRC | |
boolean | $watched |
Definition at line 44 of file RCCacheEntryFactory.php.
References $user, buildCLink(), buildCurLink(), buildDiffLink(), buildLastLink(), buildTimestamp(), Revision\DELETED_USER, false, getUserLink(), ChangesList\isDeleted(), ChangesList\isUnpatrolled(), RCCacheEntry\newFromParent(), RC_LOG, showDiffLinks(), and Linker\userToolLinks().
|
private |
RecentChange | $cacheEntry | |
User | $user |
Definition at line 86 of file RCCacheEntryFactory.php.
References $user, Revision\DELETED_TEXT, and ChangesList\userCan().
Referenced by newFromRecentChange().
|
private |
Definition at line 25 of file RCCacheEntryFactory.php.
Referenced by __construct().
|
private |
Definition at line 27 of file RCCacheEntryFactory.php.
Referenced by __construct().