PHP Class FluidTYPO3\Flux\Form\Field\File

Inheritance: extends FluidTYPO3\Flux\Form\AbstractMultiValueFormField
Afficher le fichier Open project: fluidtypo3/flux

Protected Properties

Свойство Type Description
$allowed string
$disallowed string
$maxSize integer
$showThumbnails boolean
$uploadFolder string
$useFalRelation boolean

Méthodes publiques

Méthode Description
buildConfiguration ( ) : array
getAllowed ( ) : string
getDisallowed ( ) : string
getMaxSize ( ) : integer
getShowThumbnails ( ) : boolean
getUploadFolder ( ) : string
getUseFalRelation ( ) : boolean
setAllowed ( string $allowed ) : File
setDefault ( mixed $default ) : FluidTYPO3\Flux\Form\FieldInterface Overrides parent method to ensure properly formatted default values for files
setDisallowed ( string $disallowed ) : File
setMaxSize ( integer $maxSize ) : File
setShowThumbnails ( boolean $showThumbnails ) : File
setUploadFolder ( string $uploadFolder ) : File
setUseFalRelation ( boolean $useFalRelation ) : File

Method Details

buildConfiguration() public méthode

public buildConfiguration ( ) : array
Résultat array

getAllowed() public méthode

public getAllowed ( ) : string
Résultat string

getDisallowed() public méthode

public getDisallowed ( ) : string
Résultat string

getMaxSize() public méthode

public getMaxSize ( ) : integer
Résultat integer

getShowThumbnails() public méthode

public getShowThumbnails ( ) : boolean
Résultat boolean

getUploadFolder() public méthode

public getUploadFolder ( ) : string
Résultat string

getUseFalRelation() public méthode

public getUseFalRelation ( ) : boolean
Résultat boolean

setAllowed() public méthode

public setAllowed ( string $allowed ) : File
$allowed string
Résultat File

setDefault() public méthode

Overrides parent method to ensure properly formatted default values for files
public setDefault ( mixed $default ) : FluidTYPO3\Flux\Form\FieldInterface
$default mixed
Résultat FluidTYPO3\Flux\Form\FieldInterface

setDisallowed() public méthode

public setDisallowed ( string $disallowed ) : File
$disallowed string
Résultat File

setMaxSize() public méthode

public setMaxSize ( integer $maxSize ) : File
$maxSize integer
Résultat File

setShowThumbnails() public méthode

public setShowThumbnails ( boolean $showThumbnails ) : File
$showThumbnails boolean
Résultat File

setUploadFolder() public méthode

public setUploadFolder ( string $uploadFolder ) : File
$uploadFolder string
Résultat File

setUseFalRelation() public méthode

public setUseFalRelation ( boolean $useFalRelation ) : File
$useFalRelation boolean
Résultat File

Property Details

$allowed protected_oe property

protected string $allowed
Résultat string

$disallowed protected_oe property

protected string $disallowed
Résultat string

$maxSize protected_oe property

protected int $maxSize
Résultat integer

$showThumbnails protected_oe property

protected bool $showThumbnails
Résultat boolean

$uploadFolder protected_oe property

protected string $uploadFolder
Résultat string

$useFalRelation protected_oe property

protected bool $useFalRelation
Résultat boolean