Home
last modified time | relevance | path

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

/plugin/zwidoku/
H A DHtml2Text.php185 protected $preContent = ''; variable in Html2Text\\Html2Text
466 $this->preContent = preg_replace('/(<br\b[^>]*>)/i', "\n", $matches[1]);
469 $this->preContent = preg_replace_callback(
472 $this->preContent
476 $this->preContent = sprintf(
478 preg_replace($this->preSearch, $this->preReplace, $this->preContent)
490 $this->preContent = '';
604 return $this->preContent;