MediaWiki
REL1_22
|
Public Member Functions | |
getName () | |
Return the name of the action this object responds to. | |
onView () | |
Show something on GET request. | |
show () | |
The main action entry point. |
Page edition handler.
This is a wrapper that will call the EditPage class, or ExternalEdit if $wgUseExternalEditor is set to true and requested by the user.
Definition at line 34 of file EditAction.php.
Return the name of the action this object responds to.
Reimplemented from Action.
Reimplemented in SubmitAction.
Definition at line 36 of file EditAction.php.
Show something on GET request.
Reimplemented from FormlessAction.
Definition at line 40 of file EditAction.php.
EditAction::show | ( | ) |
The main action entry point.
Do all output for display and send it to the context output. Do not use globals $wgOut, $wgRequest, etc, in implementations; use $this->getOutput(), etc.
ErrorPageError |
Reimplemented from FormlessAction.
Reimplemented in SubmitAction.
Definition at line 44 of file EditAction.php.
References $editor, Action\$page, $user, array(), Action\getUser(), page, and wfRunHooks().