From 1b6a07b73e466d792d490941d2992d9ebbce2ab6 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 20 Nov 2019 13:13:28 +0100 Subject: [PATCH] more documentation --- inc/inc.ClassViewCommon.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/inc.ClassViewCommon.php b/inc/inc.ClassViewCommon.php index 7f52cd0fc..f32f43259 100644 --- a/inc/inc.ClassViewCommon.php +++ b/inc/inc.ClassViewCommon.php @@ -210,6 +210,9 @@ class SeedDMS_View_Common { * to check access rights. If the the optional $name is not set the * current view is used. * + * If $name is an array then just one of the passed objects in the array + * must be accessible for this function to return true. + * * @param string|array $name name of view or list of view names * @return boolean true if access is allowed otherwise false */