[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/specials/ -> SpecialDeletedContributions.php (summary)

Implements Special:DeletedContributions 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.

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

Defines 2 classes

DeletedContribsPager:: (11 methods):
  __construct()
  getDefaultQuery()
  getQueryInfo()
  getUserCond()
  getIndexField()
  getStartBody()
  getEndBody()
  getNavigationBar()
  getNamespaceCond()
  formatRow()
  getDatabase()

DeletedContributionsPage:: (5 methods):
  __construct()
  execute()
  getSubTitle()
  getForm()
  getGroupName()


Class: DeletedContribsPager  - X-Ref

Implements Special:DeletedContributions to display archived revisions

__construct( IContextSource $context, $target, $namespace = false )   X-Ref


getDefaultQuery()   X-Ref
No description

getQueryInfo()   X-Ref
No description

getUserCond()   X-Ref
No description

getIndexField()   X-Ref
No description

getStartBody()   X-Ref
No description

getEndBody()   X-Ref
No description

getNavigationBar()   X-Ref
No description

getNamespaceCond()   X-Ref
No description

formatRow( $row )   X-Ref
Generates each row in the contributions list.

Contributions which are marked "top" are currently on top of the history.
For these contributions, a [rollback] link is shown for users with sysop
privileges. The rollback link restores the most recent version that was not
written by the target user.

param: stdClass $row
return: string

getDatabase()   X-Ref
Get the Database object in use

return: DatabaseBase

Class: DeletedContributionsPage  - X-Ref

__construct()   X-Ref
No description

execute( $par )   X-Ref
Special page "deleted user contributions".
Shows a list of the deleted contributions of a user.

param: string $par (optional) user name of the user for which to show the contributions

getSubTitle( $userObj )   X-Ref
Generates the subheading with links

param: User $userObj User object for the target
return: string Appropriately-escaped HTML to be output literally

getForm( $options )   X-Ref
Generates the namespace selector form with hidden attributes.

param: array $options The options to be included.
return: string

getGroupName()   X-Ref
No description



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