Searched refs:preContent (Results 1 – 1 of 1) sorted by relevance
185 protected $preContent = ''; variable in Html2Text\\Html2Text466 $this->preContent = preg_replace('/(<br\b[^>]*>)/i', "\n", $matches[1]);469 $this->preContent = preg_replace_callback(472 $this->preContent476 $this->preContent = sprintf(478 preg_replace($this->preSearch, $this->preReplace, $this->preContent)490 $this->preContent = '';604 return $this->preContent;