X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRenderAction.php;h=c9b3f8fe486174cf7ea93e0657c8cca83fe76483;hb=f4c35c98fc218fec0b133b1feea85a6b0ca05f7c;hp=23cae6ac0f824e2509a67de987165fb89ac8622a;hpb=ef10dc23d693ac122a2a3df26db164626404491f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/RenderAction.php b/includes/actions/RenderAction.php index 23cae6ac0f..c9b3f8fe48 100644 --- a/includes/actions/RenderAction.php +++ b/includes/actions/RenderAction.php @@ -23,6 +23,13 @@ * @author Timo Tijhof */ +/** + * Handle action=render + * + * This is a wrapper that will call Article::render(). + * + * @ingroup Actions + */ class RenderAction extends FormlessAction { public function getName() { @@ -36,7 +43,5 @@ class RenderAction extends FormlessAction { public function show() { $this->page->render(); - } - }