MediaWiki master
Actions
Collaboration diagram for Actions:

Files

file  CreditsAction.php
 Formats credits for articles.
 
file  DeleteAction.php
 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  EditAction.php
 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  FileDeleteAction.php
 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  FormAction.php
 Base classes for actions done on pages.
 
file  FormlessAction.php
 Base classes for actions done on pages.
 
file  HistoryAction.php
 Page history.
 
file  HistoryPager.php
 Page history pager.
 
file  InfoAction.php
 Displays information about a page.
 
file  MarkpatrolledAction.php
 Copyright © 2011 Alexandre Emsenhuber.
 
file  McrRestoreAction.php
 Temporary action for restoring multi-content revisions.
 
file  McrUndoAction.php
 Temporary action for MCR undos.
 
file  ProtectAction.php
 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  PurgeAction.php
 User-requested page cache purging.
 
file  RenderAction.php
 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  RevertAction.php
 File reversion user interface.
 
file  RollbackAction.php
 Edit rollback user interface.
 
file  SubmitAction.php
 Wrapper for EditAction; sets the session cookie.
 
file  UnprotectAction.php
 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  UnwatchAction.php
 Performs the unwatch actions on a page.
 
file  ViewAction.php
 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  WatchAction.php
 Performs the watch actions on a page.
 

Classes

class  CreditsAction
 
class  DeleteAction
 Handle page deletion. More...
 
class  EditAction
 Page edition handler (action=edit) More...
 
class  MediaWiki\Actions\FileDeleteAction
 Handle file deletion. More...
 
class  FormAction
 An action which shows a form and does something based on the input from the form. More...
 
class  FormlessAction
 An action which just does something, without showing a form first. More...
 
class  HistoryAction
 This class handles printing the history page for an article. More...
 
class  MediaWiki\Pager\HistoryPager
 
class  InfoAction
 Displays information about a page. More...
 
class  MarkpatrolledAction
 Mark a revision as patrolled on a page. More...
 
class  McrRestoreAction
 Temporary action for restoring multi-content revisions. More...
 
class  McrUndoAction
 Temporary action for MCR undos. More...
 
class  ProtectAction
 Handle page protection (action=protect) More...
 
class  PurgeAction
 User-requested page cache purging. More...
 
class  RawAction
 A simple method to retrieve the plain source of an article, using "action=raw" in the GET request string. More...
 
class  RenderAction
 Handle action=render. More...
 
class  RevertAction
 File reversion user interface WikiPage must contain getFile method: \WikiFilePage Article::getFile is only for b/c: \ImagePage. More...
 
class  RollbackAction
 User interface for the rollback action. More...
 
class  SubmitAction
 This is the same as EditAction; except that it sets the session cookie. More...
 
class  UnprotectAction
 Handle page unprotection (action=unprotect) More...
 
class  UnwatchAction
 Page removal from a user's watchlist. More...
 
class  ViewAction
 An action that views article content. More...
 
class  WatchAction
 Page addition to a user's watchlist. More...
 

Detailed Description