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

Detailed Description