6 lines
189 B
PHP
6 lines
189 B
PHP
<?php
|
|
public function getMhtDocument($content , $absolutePath = "", $isEraseLink = false)
|
|
{
|
|
return $this->loadExtension('mht')->getMhtDocument($content, $absolutePath, $isEraseLink);
|
|
}
|