PHP Class TheSeer\phpDox\Generator\Engine\AbstractEngine

Inheritance: implements TheSeer\phpDox\Generator\Engine\EngineInterface
显示文件 Open project: theseer/phpdox Class Usage Examples

Protected Methods

Method Description
clearDirectory ( $path )
copyStatic ( $path, $dest, $recursive = true )
getXSLTProcessor ( $template )
saveDomDocument ( DOMDocument $dom, $filename, $format = true )
saveFile ( $content, $filename )

Method Details

clearDirectory() protected method

protected clearDirectory ( $path )

copyStatic() protected method

protected copyStatic ( $path, $dest, $recursive = true )

getXSLTProcessor() protected method

protected getXSLTProcessor ( $template )

saveDomDocument() protected method

protected saveDomDocument ( DOMDocument $dom, $filename, $format = true )
$dom DOMDocument

saveFile() protected method

protected saveFile ( $content, $filename )