Skip to content

Commit

Permalink
Add hint about OCP\Folder::getById
Browse files Browse the repository at this point in the history
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
MorrisJobke committed Mar 21, 2018
1 parent c8340ac commit 39bb32a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/public/Files/Folder.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ public function searchByTag($tag, $userId);
/**
* 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
Expand Down

0 comments on commit 39bb32a

Please sign in to comment.