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