mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
add method getDMS()
This commit is contained in:
parent
ec5a17f4f3
commit
c4cdf7b92e
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user