includes/wikiengine/Render/Plain.php
author Dan
Sat, 01 Mar 2008 18:54:33 -0500
changeset 464 8063eace5b67
parent 1 fe660c52c48f
permissions -rw-r--r--
Documented includes/plugins.php to try and help plugin developers a little.

<?php

class Text_Wiki_Render_Plain extends Text_Wiki_Render {
    
    function pre()
    {
        return;
    }
    
    function post()
    {
        return;
    }
    
}
?>