mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 13:42:41 +00:00
add getInheritAccess() as a replacement for inheritsAccess()
This commit is contained in:
parent
228b891e3a
commit
a0d214eac2
|
@ -761,6 +761,13 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
*/
|
||||
function inheritsAccess() { return $this->_inheritAccess; }
|
||||
|
||||
/**
|
||||
* This is supposed to be a replacement for inheritsAccess()
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
function getInheritAccess() { return $this->_inheritAccess; }
|
||||
|
||||
/**
|
||||
* Set inherited access mode
|
||||
* Setting inherited access mode will set or unset the internal flag which
|
||||
|
|
Loading…
Reference in New Issue
Block a user