new FileItem()
new FileItem(Kirby\Cms\File $file, bool $dragTextIsAbsolute = false, array|string|false|null $image = [ ], string|null $info = null, string|null $layout = null, string|null $text = null)
Parameters
| Name | Type | Default |
|---|---|---|
| $filerequired | Kirby\Cms\File |
no default value |
| $dragTextIsAbsolute | bool |
false
|
| $image | arrayorstringorfalseornull |
[ ]
|
| $info | stringornull |
null
|
| $layout | stringornull |
null
|
| $text | stringornull |
null
|