Add PHPDoc

This commit is contained in:
Arthur Schiwon 2013-03-25 21:45:55 +01:00
parent 2e5829445f
commit b2b78228d6

View file

@ -77,6 +77,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)) {