code comment

This commit is contained in:
Laurent Destailleur 2019-06-13 11:07:38 +02:00
parent a7e0589071
commit 4b26702516

View File

@ -1040,9 +1040,9 @@ class FormFile
* @param string $relativepath Relative path of docs (autodefined if not provided), relative to module dir, not to MAIN_DATA_ROOT.
* @param int $permonobject Permission on object (so permission to delete or crop document)
* @param int $useinecm Change output for use in ecm module:
* 0 or 6: Add a preview column. Show also a rename and crop button.
* 0 or 6: Add a preview column. Show also a rename button. Show also a crop button (if modulepart into a specific list)
* 1: Add link to edit ECM entry
* 2: Add rename and crop file
* 2: Add rename and crop link
* 4: Add a preview column
* 5: Add link to edit ECM entry and Add a preview column
* @param string $textifempty Text to show if filearray is empty ('NoFileFound' if not defined)