From c4cdf7b92ec34bd5f28e0b4982199f3720f974ba Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 14 Dec 2020 17:20:06 +0100 Subject: [PATCH] add method getDMS() --- SeedDMS_Core/Core/inc.ClassAttribute.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/SeedDMS_Core/Core/inc.ClassAttribute.php b/SeedDMS_Core/Core/inc.ClassAttribute.php index 7c8eb3461..6cae36dc2 100644 --- a/SeedDMS_Core/Core/inc.ClassAttribute.php +++ b/SeedDMS_Core/Core/inc.ClassAttribute.php @@ -96,6 +96,13 @@ class SeedDMS_Core_Attribute { /* {{{ */ $this->_dms = $dms; } /* }}} */ + /** + * Get dms of attribute + * + * @return object $dms + */ + function getDMS() { return $this->_dms; } + /** * Get internal id of attribute * @@ -469,6 +476,13 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */ $this->_dms = $dms; } /* }}} */ + /** + * Get dms of attribute definition + * + * @return object $dms + */ + function getDMS() { return $this->_dms; } + /** * Get internal id of attribute definition *