MediaWiki
REL1_22
|
Edit submission handler. More...
Public Member Functions | |
getName () | |
Return the name of the action this object responds to. | |
show () | |
The main action entry point. |
Edit submission handler.
This is the same as EditAction; except that it sets the session cookie.
Definition at line 64 of file EditAction.php.
Return the name of the action this object responds to.
Reimplemented from EditAction.
Definition at line 66 of file EditAction.php.
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 EditAction.
Definition at line 70 of file EditAction.php.
References wfSetupSession().