| Current Path : C:/xampp/php/pear/Text/Wiki/Render/ |
| Current File : C:/xampp/php/pear/Text/Wiki/Render/Plain.php |
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>