Table of Contents
Interfaces
- DOMWriterInterface
- FileWriterInterface
Methods
-
__construct()
: mixed
-
toDocument()
: DOMDocument
-
toElement()
: DOMElement
-
toFile()
: SplFileInfo
__construct()
public
__construct(DOMWriterInterface $sourceWriter, SplFileInfo $cacheFile, callable $shouldRefreshCacheDelegate) : mixed
Parameters
-
$sourceWriter
: DOMWriterInterface
-
-
$cacheFile
: SplFileInfo
-
-
$shouldRefreshCacheDelegate
: callable
-
toDocument()
public
toDocument() : DOMDocument
Return values
DOMDocument
toElement()
public
toElement(DOMDocument $targetDoc) : DOMElement
Parameters
-
$targetDoc
: DOMDocument
-
toFile()
public
toFile() : SplFileInfo
Return values
SplFileInfo