Deprecate old app folder
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
a961354c62
commit
851769adc8
|
@ -882,6 +882,7 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
* Returns an app-specific view in ownClouds data directory
|
||||
*
|
||||
* @return \OCP\Files\Folder
|
||||
* @deprecated since 9.2.0 use IAppData
|
||||
*/
|
||||
public function getAppFolder() {
|
||||
$dir = '/' . \OC_App::getCurrentApp();
|
||||
|
|
|
@ -115,6 +115,7 @@ interface IServerContainer {
|
|||
*
|
||||
* @return \OCP\Files\Folder
|
||||
* @since 6.0.0
|
||||
* @deprecated since 9.2.0 use IAppData
|
||||
*/
|
||||
public function getAppFolder();
|
||||
|
||||
|
|
Loading…
Reference in New Issue