- delete getID() because the parent class provides it

This commit is contained in:
steinm 2013-01-25 07:21:51 +00:00
parent 76d535a890
commit c8cbd7d971
2 changed files with 0 additions and 14 deletions

View File

@ -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
*

View File

@ -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.
*