Метод |
Описание |
|
__construct ( Horde_Kolab_Storage_List_Query_Share $query, Horde_Kolab_Storage_List_Cache $cache ) |
Constructor. |
|
getDescription ( string $folder ) : string |
Returns the share description. |
|
getParameters ( string $folder ) : string |
Returns the share parameters. |
|
setDescription ( string $folder, string $description ) : string |
Returns the share description. |
|
setParameters ( string $folder, array $parameters ) : string |
Returns the share parameters. |
|
synchronize ( array $params = [] ) : null |
Synchronize the ACL information with the information from the backend. |
|
updateAfterCreateFolder ( string $folder, string $type = null ) : null |
Update the listener after creating a new folder. |
|
updateAfterDeleteFolder ( string $folder ) : null |
Update the listener after deleting folder. |
|
updateAfterRenameFolder ( string $old, string $new ) : null |
Update the listener after renaming a folder. |
|