mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
- delete getID() because the parent class provides it
This commit is contained in:
parent
76d535a890
commit
c8cbd7d971
|
@ -177,13 +177,6 @@ class LetoDMS_Core_Document extends LetoDMS_Core_Object { /* {{{ */
|
|||
}
|
||||
} /* }}} */
|
||||
|
||||
/*
|
||||
* Return the internal id of the document
|
||||
*
|
||||
* @return integer id of document
|
||||
*/
|
||||
function getID() { return $this->_id; }
|
||||
|
||||
/*
|
||||
* Return the name of the document
|
||||
*
|
||||
|
|
|
@ -82,13 +82,6 @@ class LetoDMS_Core_Folder extends LetoDMS_Core_Object {
|
|||
$this->_notifyList = array();
|
||||
} /* }}} */
|
||||
|
||||
/*
|
||||
* Get the internal id of the folder.
|
||||
*
|
||||
* @return integer id of folder
|
||||
*/
|
||||
function getID() { return $this->_id; }
|
||||
|
||||
/*
|
||||
* Get the name of the folder.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user