mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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; }
|
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
|
* Set inherited access mode
|
||||||
* Setting inherited access mode will set or unset the internal flag which
|
* Setting inherited access mode will set or unset the internal flag which
|
||||||
|
|
Loading…
Reference in New Issue
Block a user