Method | Description | |
---|---|---|
__construct ( string $name, Horde_Pear_Package_Xml_Element_Directory $parent, string $role = null ) | Constructor. | |
delete ( ) : null | Remove the file entry from the XML. | |
getFileNode ( ) : DOMNode | Get the DOM node of the file entry. | |
insert ( DOMNode $point = null ) : null | Insert the file entry into the XML at the given point. | |
setFileNode ( DOMNode $file ) : null | Set the DOM node of the file entry. |
public __construct ( string $name, Horde_Pear_Package_Xml_Element_Directory $parent, string $role = null ) | ||
$name | string | The name of the directory. |
$parent | Horde_Pear_Package_Xml_Element_Directory | The parent directory. |
$role | string | The file role. |
public getFileNode ( ) : DOMNode | ||
return | DOMNode | The file node. |
public setFileNode ( DOMNode $file ) : null | ||
$file | DOMNode | |
return | null |