[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/changes/ -> RCCacheEntryFactory.php (summary)

(no description)

File Size: 275 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

RCCacheEntryFactory:: (13 methods):
  __construct()
  newFromRecentChange()
  showDiffLinks()
  buildCLink()
  getLogLink()
  buildTimestamp()
  buildCurQueryParams()
  buildCurLink()
  buildDiffQueryParams()
  buildDiffLink()
  buildLastLink()
  getUserLink()
  getMessage()


Class: RCCacheEntryFactory  - X-Ref

Creates a RCCacheEntry from a RecentChange to use in EnhancedChangesList

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
http://www.gnu.org/copyleft/gpl.html

__construct( IContextSource $context, $messages )   X-Ref

param: IContextSource $context
param: string[] $messages

newFromRecentChange( RecentChange $baseRC, $watched )   X-Ref

param: RecentChange $baseRC
param: bool $watched
return: RCCacheEntry

showDiffLinks( RecentChange $cacheEntry, User $user )   X-Ref

param: RecentChange $cacheEntry
param: User $user
return: bool

buildCLink( RecentChange $cacheEntry )   X-Ref

param: RecentChange $cacheEntry
return: string

getLogLink( $logType )   X-Ref
No description

buildTimestamp( RecentChange $cacheEntry )   X-Ref

param: RecentChange $cacheEntry
return: string

buildCurQueryParams( RecentChange $recentChange )   X-Ref

param: RecentChange $recentChange
return: array

buildCurLink( RecentChange $cacheEntry, $showDiffLinks, $counter )   X-Ref

param: RecentChange $cacheEntry
param: bool $showDiffLinks
param: int $counter
return: string

buildDiffQueryParams( RecentChange $recentChange )   X-Ref

param: RecentChange $recentChange
return: array

buildDiffLink( RecentChange $cacheEntry, $showDiffLinks, $counter )   X-Ref

param: RecentChange $cacheEntry
param: bool $showDiffLinks
param: int $counter
return: string

buildLastLink( RecentChange $cacheEntry, $showDiffLinks )   X-Ref

param: RecentChange $cacheEntry
param: bool $showDiffLinks
return: string

getUserLink( RecentChange $cacheEntry )   X-Ref

param: RecentChange $cacheEntry
return: string

getMessage( $key )   X-Ref

param: string $key
return: string



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1