mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Added phpdoc for getUserHome
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
d1b8e58c86
commit
aad088f3c0
1 changed files with 4 additions and 0 deletions
|
|
@ -704,6 +704,10 @@ trait Provisioning {
|
|||
$this->userHasAQuotaOf($user, 'none');
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns home path of the given user
|
||||
* @param string $user
|
||||
*/
|
||||
public function getUserHome($user) {
|
||||
$fullUrl = $this->baseUrl . "v{$this->apiVersion}.php/cloud/users/$user";
|
||||
$client = new Client();
|
||||
|
|
|
|||
Loading…
Reference in a new issue