예제 #1
0
파일: Source.php 프로젝트: k-hasan-19/wiki
/**
 * Callback function for converting source to HTML output
 */
function renderSourceData($input, $argv, $parser)
{
    $source = new Source($parser->getTitle()->getText());
    return $source->renderData($input, $parser);
}