FileUpload
-
Annotation
-
-
Target
-
-
#[Attribute]
-
\Attribute::TARGET_PROPERTY
Table of Contents
Properties
-
$addRandomSuffix
: bool
-
$createUploadFolderIfNotExist
: bool
-
$duplicationBehavior
: DuplicationBehavior
-
$uploadFolder
: string
-
$validation
: array<string|int, mixed>
Methods
-
__construct()
: mixed
$addRandomSuffix
public
bool
$addRandomSuffix
= true
$createUploadFolderIfNotExist
public
bool
$createUploadFolderIfNotExist
= true
$duplicationBehavior
public
DuplicationBehavior
$duplicationBehavior
= \TYPO3\CMS\Core\Resource\Enum\DuplicationBehavior::REPLACE
$uploadFolder
public
string
$uploadFolder
= ''
$validation
public
array<string|int, mixed>
$validation
= []
-
Required
-
__construct()
public
__construct(array<string|int, mixed> $values) : mixed
Parameters
-
$values
: array<string|int, mixed>
-