File "Plain.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/php/pear/Text/Wiki/Render/Plain.php
File size: 177 B
MIME-type:
Charset: utf-8
<?php
class Text_Wiki_Render_Plain extends Text_Wiki_Render {
function pre()
{
return;
}
function post()
{
return;
}
}
?>