Méthode |
Description |
|
browse ( string $path = '', array $properties = ['name', 'icon', 'browseable'] ) : array |
Browses through the VFS tree. |
|
getViewLink ( string $dir, string $file, string $backend_key = '' ) : Horde_Url |
Returns a link to the gollem file preview interface |
|
mkcol ( string $path ) |
Creates a directory ("collection" in WebDAV-speak) within the VFS |
|
move ( string $path, string $dest ) |
Renames a file or directory |
|
path_delete ( string $path ) |
Removes a file or folder from the VFS |
|
put ( string $path, string $content, string $content_type ) |
Accepts a file for storage into the VFS. |
|
returnFromSelectlist ( string $selectid, integer $index ) : string |
Returns the data for a given selection ID and index. |
|
selectlistLink ( string $link_text, string $link_style, string $formid, boolean $icon = false, string $selectid = '' ) : string |
Creates a link to the gollem file selection window. |
|
selectlistResults ( string $selectid ) |
Returns the list of files selected by the user for a given selection ID. |
|
setSelectlist ( string $selectid = '', array $files = [] ) : string |
Sets the files selected for a given selection ID. |
|