MediaWiki  REL1_19
SubmitAction Class Reference
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

Definition at line 59 of file EditAction.php.


Member Function Documentation

Return the name of the action this object responds to.

Returns:
String lowercase

Reimplemented from EditAction.

Definition at line 61 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.

Exceptions:
ErrorPageError

Reimplemented from EditAction.

Definition at line 65 of file EditAction.php.

References wfSetupSession().

Here is the call graph for this function:


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