mht.php 189 B

12345
  1. <?php
  2. public function getMhtDocument($content , $absolutePath = "", $isEraseLink = false)
  3. {
  4. return $this->loadExtension('mht')->getMhtDocument($content, $absolutePath, $isEraseLink);
  5. }