mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
cast id to int
This commit is contained in:
parent
5a3e2578e1
commit
98945e57df
|
@ -881,12 +881,12 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return int
|
* @return float
|
||||||
*/
|
*/
|
||||||
function getSequence() { return $this->_sequence; }
|
function getSequence() { return $this->_sequence; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $seq
|
* @param float $seq
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
function setSequence($seq) { /* {{{ */
|
function setSequence($seq) { /* {{{ */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user