Method |
Description |
|
_addFile ( string $file, array $params ) : null |
Add a file to the list. |
|
_create ( Horde_Pear_Package_Xml_Element_Directory $element, Horde_Pear_Package_Xml_Directory $parent ) : Horde_Pear_Package_Xml_Directory |
Create a new directory handler. |
|
_deleteFile ( string $file ) : null |
Delete a file from the list. |
|
_deleteSubdirectory ( string $dir ) : null |
Delete a subdirectory from the list. |
|
_fileOrder ( string $a, string $b ) : integer |
Sort order for files in the content list. |
|
_getDirectoryInsertionPoint ( string $new ) : mixed |
Identify the insertion point for a new directory. |
|
_getFileInsertionPoint ( string $new ) : mixed |
Identify the insertion point for a new file. |
|
_getRoot ( ) : Horde_Pear_Package_Xml_Directory |
Create a new directory handler. |
|
_prependDirectory ( string $path ) : The |
Prepend the directory name of this directory to the path name. |
|
_prune ( ) : null |
Prune this directory if it is empty. |
|