mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
some additional documentation for getDocumentByName()
This commit is contained in:
parent
ce7360f13b
commit
245e54f893
|
@ -748,7 +748,9 @@ class SeedDMS_Core_DMS {
|
|||
* Returns a document by its name
|
||||
*
|
||||
* This function searches a document by its name and restricts the search
|
||||
* to given folder if passed as the second parameter.
|
||||
* to the given folder if passed as the second parameter.
|
||||
* If there are more than one document with that name, then only the first
|
||||
* one will be returned.
|
||||
*
|
||||
* @param string $name
|
||||
* @param object $folder
|
||||
|
|
Loading…
Reference in New Issue
Block a user