mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
fix documentation of getDocumentFiles()
This commit is contained in:
parent
7a606ca1fb
commit
efa85c70a0
|
@ -2285,8 +2285,9 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
/**
|
||||
* Get list of files attached to document
|
||||
*
|
||||
* @param integer $version get only attachments for this version
|
||||
*@param boolean $incnoversion include attachments without a version
|
||||
* @param integer $version get only attachments for this version
|
||||
* @param boolean $incnoversion include attachments without a version
|
||||
*
|
||||
* @return array list of files, false in case of an sql error
|
||||
*/
|
||||
function getDocumentFiles($version=0, $incnoversion=true) { /* {{{ */
|
||||
|
|
Loading…
Reference in New Issue
Block a user