Jelix 1.7.18

ModuleXmlWriter extends XmlWriterAbstract
in package

Table of Contents

$path  : string
__construct()  : mixed
write()  : mixed
createAutoloadElement()  : mixed
createModuleElem()  : mixed
getEmptyDocument()  : DOMDocument
writeAutoload()  : mixed
writeData()  : mixed
writeDependencies()  : mixed
writeInfo()  : mixed

Properties

Methods

__construct()

public __construct(string $path) : mixed
Parameters
$path : string

the path of the xml file to read

Return values
mixed

createAutoloadElement()

protected createAutoloadElement(mixed $doc, mixed $name, mixed $ns, mixed $dir) : mixed
Parameters
$doc : mixed
$name : mixed
$ns : mixed
$dir : mixed
Return values
mixed

createModuleElem()

protected createModuleElem(DOMDocument $doc, array<string|int, mixed> $moduleInfos) : mixed
Parameters
$doc : DOMDocument
$moduleInfos : array<string|int, mixed>
Return values
mixed

getEmptyDocument()

protected getEmptyDocument() : DOMDocument
Return values
DOMDocument

Search results