more documentation

This commit is contained in:
Uwe Steinmann 2019-11-20 13:13:28 +01:00
parent a493e7645d
commit 1b6a07b73e

View File

@ -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
*/