mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 21:16:07 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
f3cc82a780
|
@ -96,6 +96,13 @@ class SeedDMS_Core_Attribute { /* {{{ */
|
||||||
$this->_dms = $dms;
|
$this->_dms = $dms;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get dms of attribute
|
||||||
|
*
|
||||||
|
* @return object $dms
|
||||||
|
*/
|
||||||
|
function getDMS() { return $this->_dms; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get internal id of attribute
|
* Get internal id of attribute
|
||||||
*
|
*
|
||||||
|
@ -469,6 +476,13 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */
|
||||||
$this->_dms = $dms;
|
$this->_dms = $dms;
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get dms of attribute definition
|
||||||
|
*
|
||||||
|
* @return object $dms
|
||||||
|
*/
|
||||||
|
function getDMS() { return $this->_dms; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get internal id of attribute definition
|
* Get internal id of attribute definition
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user