mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Added some basic part edit and create forms.
This commit is contained in:
parent
44c482caf2
commit
cc1badb853
15 changed files with 253 additions and 95 deletions
|
@ -63,8 +63,8 @@ abstract class AttachmentContainingDBElement extends NamedDBElement
|
|||
/**
|
||||
* Get all attachements of this element / Get the element's attachements with a specific type
|
||||
*
|
||||
* @param integer $type_id @li if NULL, all attachements of this element will be returned
|
||||
* @li if this is a number > 0, only attachements with this type ID will be returned
|
||||
* @param integer $type_id * if NULL, all attachements of this element will be returned
|
||||
* * if this is a number > 0, only attachements with this type ID will be returned
|
||||
* @param boolean $only_table_attachements if true, only attachements with "show_in_table == true"
|
||||
*
|
||||
* @return Attachment[] the attachements as a one-dimensional array of Attachement objects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue