Searched refs:contentFilter (Results 1 – 1 of 1) sorted by relevance
894 …protected function findTags($tagName, $content, $options, $hasEndTag = true, $contentFilter = null) argument920 if ($contentFilter !== null && is_callable($contentFilter)) {921 $body = call_user_func($contentFilter, $body, $openingIndent);