mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #8920 from nextcloud/hint-files-api
Add hint about OCP\Folder::getById
This commit is contained in:
commit
cd201686a7
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ interface Folder extends Node {
|
|||
/**
|
||||
* get a file or folder inside the folder by it's internal id
|
||||
*
|
||||
* This method could return multiple entries. For example once the file/folder
|
||||
* is shared or mounted (files_external) to the user multiple times.
|
||||
*
|
||||
* @param int $id
|
||||
* @return \OCP\Files\Node[]
|
||||
* @since 6.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue