From 6fa6d00bb54171c50836948ff32fc59d0ab4f2a7 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 18 Mar 2014 07:06:08 +0100 Subject: [PATCH] add some mor documentation --- SeedDMS_Core/Core/inc.ClassFolder.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SeedDMS_Core/Core/inc.ClassFolder.php b/SeedDMS_Core/Core/inc.ClassFolder.php index 01dd6da22..a8412e069 100644 --- a/SeedDMS_Core/Core/inc.ClassFolder.php +++ b/SeedDMS_Core/Core/inc.ClassFolder.php @@ -1302,6 +1302,9 @@ class SeedDMS_Core_Folder extends SeedDMS_Core_Object { /** * Returns a list of groups and users with read access on the folder + * The list will not include any guest users, + * administrators and the owner of the folder unless $listadmin resp. + * $listowner is set to true. * * @param boolean $listadmin if set to true any admin will be listed too * @param boolean $listowner if set to true the owner will be listed too