File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2008,6 +2008,8 @@ public function getRecordID()
20082008 * Obtain record/object identificator code:
20092009 * Vrací identifikátor objektu code:
20102010 *
2011+ * @todo move to "kod" trait
2012+ *
20112013 * @link https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů
20122014 *
20132015 * @return string record code identifier
Original file line number Diff line number Diff line change 1717 */
1818trait kod
1919{
20+ /**
21+ * Obtain record/object identificator code:
22+ * Vrací identifikátor objektu code:
23+ *
24+ * @link https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů
25+ *
26+ * @return string record code identifier
27+ */
28+ public function _getRecordCode ()
29+ {
30+ return empty ($ this ->getDataValue ('kod ' )) ? null : self ::code ($ this ->getDataValue ('kod ' ));
31+ }
2032}
You can’t perform that action at this time.
0 commit comments