Skip to content
Snippets Groups Projects
Commit 1d676fb0 authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Add PHPDoc

parent d9e07ca6
Branches
No related tags found
No related merge requests found
......@@ -84,6 +84,12 @@ class Legacy {
return $data;
}
/**
* Get the ETag for the given path
*
* @param type $path
* @return string
*/
function getEtag($path) {
list(, $user, , $relativePath) = explode('/', $path, 4);
if (is_null($relativePath)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment