mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-30 05:24:28 +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
|
@ -68,8 +68,8 @@ class Attachment extends NamedDBElement
|
|||
/**
|
||||
* Check if this attachement is a picture (analyse the file's extension)
|
||||
*
|
||||
* @return boolean @li true if the file extension is a picture extension
|
||||
* @li otherwise false
|
||||
* @return boolean * true if the file extension is a picture extension
|
||||
* * otherwise false
|
||||
*/
|
||||
public function isPicture() : bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue