Add getUserFolder/getAppFolder to Server.
This commit is contained in:
parent
200e9691de
commit
4d3e7fa78a
|
@ -86,6 +86,20 @@ interface IServerContainer {
|
||||||
*/
|
*/
|
||||||
function getCache();
|
function getCache();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a view to ownCloud's files folder
|
||||||
|
*
|
||||||
|
* @return \OCP\Files\Folder
|
||||||
|
*/
|
||||||
|
function getUserFolder();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an app-specific view in ownClouds data directory
|
||||||
|
*
|
||||||
|
* @return \OCP\Files\Folder
|
||||||
|
*/
|
||||||
|
function getAppFolder();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the current session
|
* Returns the current session
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue