mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
chore: Improve isEncrypted description
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
1a9ded4b42
commit
e3924d3173
1 changed files with 3 additions and 1 deletions
|
|
@ -133,7 +133,9 @@ interface FileInfo {
|
|||
public function getId();
|
||||
|
||||
/**
|
||||
* Check whether the file is encrypted
|
||||
* Check whether the node is encrypted.
|
||||
* If it is a file, then it is server side encrypted.
|
||||
* If it is a folder, then it is end-to-end encrypted.
|
||||
*
|
||||
* @return bool
|
||||
* @since 7.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue