better documentation for getFolderPathPlain()

This commit is contained in:
Uwe Steinmann 2014-11-17 11:27:19 +01:00
parent 2fb95a1d4a
commit 1ddc9ea337

View File

@ -486,7 +486,11 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
} /* }}} */
/**
* Returns a unix file system path
* Returns a file system path
*
* This path contains spaces around the slashes for better readability.
* Run str_replace(' / ', '/', $path) on it to get a valid unix
* file system path.
*
* @return string path separated with ' / '
*/