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,9 +486,13 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object {
} /* }}} */ } /* }}} */
/** /**
* Returns a unix file system path * Returns a file system path
* *
* @return string path separated with '/' * 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 ' / '
*/ */
function getFolderPathPlain() { /* {{{ */ function getFolderPathPlain() { /* {{{ */
$path=""; $path="";