Skip to content

Commit

Permalink
Add more explanations to the method descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo authored and Vincent Petry committed Jan 8, 2018
1 parent b07298c commit 61984d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/private/App/AppManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public function canInstall() {
}

/**
* Get the directory for the given app.
* Get the absolute path to the directory for the given app.
* If the app exists in multiple directories, the most recent version is taken.
* Returns false if not found
*
Expand All @@ -513,7 +513,7 @@ public function getAppPath($appId) {
}

/**
* Get the web path for the given app.
* Get the HTTP Web path to the app directory for the given app, relative to the ownCloud webroot.
* If the app exists in multiple directories, web path to the most recent version is taken.
* Returns false if not found
*
Expand Down
4 changes: 2 additions & 2 deletions lib/public/App/IAppManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function readAppPackage($path);
public function canInstall();

/**
* Get the directory for the given app.
* Get the absolute path to the directory for the given app.
* If the app exists in multiple directories, the most recent version is taken.
* Returns false if not found
*
Expand All @@ -179,7 +179,7 @@ public function canInstall();
public function getAppPath($appId);

/**
* Get the web path for the given app.
* Get the HTTP Web path to the app directory for the given app, relative to the ownCloud webroot.
* If the app exists in multiple directories, web path to the most recent version is taken.
* Returns false if not found
*
Expand Down

0 comments on commit 61984d9

Please sign in to comment.