1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-19 18:47:36 +01:00

Api - Add Sharing->get_path() so we can get the path of the share

This commit is contained in:
nathangray 2019-08-23 14:19:10 -06:00
parent 2b9f16e58f
commit 7153f7fe61

View File

@ -119,6 +119,14 @@ class Sharing
return $this->share['share_root']; return $this->share['share_root'];
} }
/**
* Get share path
*/
public function get_path()
{
return $this->share['share_path'];
}
/** /**
* Get share with email addresses * Get share with email addresses
*/ */