Method | Description | |
---|---|---|
copy ( $destination ) : boolean | Copies this directory and all its children to $destination | |
delete ( ) : boolean | Deletes this directory and all its children | |
getAllSubfoldersList ( ) : array | Gets an array list of all the sub-directories found in this directory. | |
getDirectoryFiles ( ) : array | Pommo_Filesystem_File[] | Gets all file objects that are immediate sub-children of this directory | |
getSubDirectories ( ) : array | Pommo_Filesystem_Directory[] |
Method | Description | |
---|---|---|
_getAllFoldersRecursive ( string $directory ) : array | Recursive Helper function for getAllSubfoldersList() |
public getAllSubfoldersList ( ) : array | ||
return | array |
public getDirectoryFiles ( ) : array | Pommo_Filesystem_File[] | ||
return | array | Pommo_Filesystem_File[] |
public getSubDirectories ( ) : array | Pommo_Filesystem_Directory[] | ||
return | array | Pommo_Filesystem_Directory[] |