add getInheritAccess() as a replacement for inheritsAccess()

This commit is contained in:
Uwe Steinmann 2021-10-02 07:26:37 +02:00
parent 228b891e3a
commit a0d214eac2

View File

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