mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
enhance description of addAccess()
This commit is contained in:
parent
c810e99a6b
commit
fc71efe437
|
@ -1049,8 +1049,10 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
|
||||
/**
|
||||
* Add access right to folder
|
||||
* This function may change in the future. Instead of passing the a flag
|
||||
* This function may change in the future. Instead of passing a flag
|
||||
* and a user/group id a user or group object will be expected.
|
||||
* Starting with version 5.1.25 this method will first check if there
|
||||
* is already an access right for the user/group.
|
||||
*
|
||||
* @param integer $mode access mode
|
||||
* @param integer $userOrGroupID id of user or group
|
||||
|
|
Loading…
Reference in New Issue
Block a user