Add hint about OCP\Folder::getById

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-03-21 14:22:24 +01:00
parent c8340ace5c
commit 39bb32af71
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 3 additions and 0 deletions

View File

@ -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