Home
last modified time | relevance | path

Searched refs:contentFilter (Results 1 – 1 of 1) sorted by relevance

/plugin/mikioplugin/syntax/
H A Dcore.php894 …protected function findTags($tagName, $content, $options, $hasEndTag = true, $contentFilter = null) argument
920 if ($contentFilter !== null && is_callable($contentFilter)) {
921 $body = call_user_func($contentFilter, $body, $openingIndent);