MediaWiki  REL1_24
SubmitAction Class Reference

This is the same as EditAction; except that it sets the session cookie. More...

Inheritance diagram for SubmitAction:
Collaboration diagram for SubmitAction:

List of all members.

Public Member Functions

 getName ()
 Return the name of the action this object responds to.
 show ()
 The main action entry point.

Detailed Description

This is the same as EditAction; except that it sets the session cookie.

Definition at line 28 of file SubmitAction.php.


Member Function Documentation

Return the name of the action this object responds to.

Since:
1.17
Returns:
string Lowercase name

Reimplemented from EditAction.

Definition at line 30 of file SubmitAction.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.

Since:
1.17
Exceptions:
ErrorPageError

Reimplemented from EditAction.

Definition at line 34 of file SubmitAction.php.

References wfSetupSession().


The documentation for this class was generated from the following file: