MediaWiki
1.34.0
RenderAction.php
Go to the documentation of this file.
1
<?php
28
class
RenderAction
extends
FormlessAction
{
29
30
public
function
getName
() {
31
return
'render'
;
32
}
33
34
public
function
onView
() {
35
return
null
;
36
}
37
38
public
function
show
() {
39
$this->page->render();
40
}
41
}
RenderAction\getName
getName()
Return the name of the action this object responds to.
Definition:
RenderAction.php:30
FormlessAction
An action which just does something, without showing a form first.
Definition:
FormlessAction.php:28
RenderAction\onView
onView()
Show something on GET request.
Definition:
RenderAction.php:34
RenderAction\show
show()
The main action entry point.
Definition:
RenderAction.php:38
RenderAction
Handle action=render.
Definition:
RenderAction.php:28
includes
actions
RenderAction.php
Generated on Thu Dec 19 2019 14:54:01 for MediaWiki by
1.8.16