MediaWiki
REL1_33
RenderAction.php
Go to the documentation of this file.
1
<?php
33
class
RenderAction
extends
FormlessAction
{
34
35
public
function
getName
() {
36
return
'render'
;
37
}
38
39
public
function
onView
() {
40
return
null
;
41
}
42
43
public
function
show
() {
44
$this->page->render();
45
}
46
}
FormlessAction
An action which just does something, without showing a form first.
Definition
FormlessAction.php:28
RenderAction
Handle action=render.
Definition
RenderAction.php:33
RenderAction\getName
getName()
Return the name of the action this object responds to.
Definition
RenderAction.php:35
RenderAction\show
show()
The main action entry point.
Definition
RenderAction.php:43
RenderAction\onView
onView()
Show something on GET request.
Definition
RenderAction.php:39
includes
actions
RenderAction.php
Generated on Mon Nov 25 2024 15:49:01 for MediaWiki by
1.10.0