$_xml
$_xml : \Horde_Pear_Package_Xml
The package.xml handler to operate on.
Handles the XML contents list.
$_xml : \Horde_Pear_Package_Xml
The package.xml handler to operate on.
$_dir_list : \Horde_Pear_Package_Xml_Directory
The list of directories in the contents section.
__construct(\Horde_Pear_Package_Xml $xml, \DOMNode $contents, \DOMNode $filelist)
Constructor.
\Horde_Pear_Package_Xml | $xml | The package.xml handler to operate on. |
\DOMNode | $contents | The root node for the "contents" listing. |
\DOMNode | $filelist | The root node for the "filelist" listing. |
update(\Horde_Pear_Package_Contents $contents) : NULL
Update the file list.
\Horde_Pear_Package_Contents | $contents |