コード例 #1
0
ファイル: AbstractCache.php プロジェクト: gpupo/camelspider
 /**
  * @todo fix
  */
 public function saveDomToHtmlFile(\DOMElement $e, $slug)
 {
     $file = $this->getFileRandomPath($slug, 'html');
     $this->logger('saving DomElement as HTML file ');
     return SpiderDom::saveDomToHtmlFile($e, $file);
 }