Added some basic part edit and create forms.

This commit is contained in:
Jan Böhmer 2019-03-13 13:23:12 +01:00
parent 44c482caf2
commit cc1badb853
15 changed files with 253 additions and 95 deletions

View file

@ -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
{