PHP Class FluidTYPO3\Flux\Form\Field\File

Inheritance: extends FluidTYPO3\Flux\Form\AbstractMultiValueFormField
Datei anzeigen Open project: fluidtypo3/flux

Protected Properties

Property Type Description
$allowed string
$disallowed string
$maxSize integer
$showThumbnails boolean
$uploadFolder string
$useFalRelation boolean

Public Methods

Method 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 method

public buildConfiguration ( ) : array
return array

getAllowed() public method

public getAllowed ( ) : string
return string

getDisallowed() public method

public getDisallowed ( ) : string
return string

getMaxSize() public method

public getMaxSize ( ) : integer
return integer

getShowThumbnails() public method

public getShowThumbnails ( ) : boolean
return boolean

getUploadFolder() public method

public getUploadFolder ( ) : string
return string

getUseFalRelation() public method

public getUseFalRelation ( ) : boolean
return boolean

setAllowed() public method

public setAllowed ( string $allowed ) : File
$allowed string
return File

setDefault() public method

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

setDisallowed() public method

public setDisallowed ( string $disallowed ) : File
$disallowed string
return File

setMaxSize() public method

public setMaxSize ( integer $maxSize ) : File
$maxSize integer
return File

setShowThumbnails() public method

public setShowThumbnails ( boolean $showThumbnails ) : File
$showThumbnails boolean
return File

setUploadFolder() public method

public setUploadFolder ( string $uploadFolder ) : File
$uploadFolder string
return File

setUseFalRelation() public method

public setUseFalRelation ( boolean $useFalRelation ) : File
$useFalRelation boolean
return File

Property Details

$allowed protected_oe property

protected string $allowed
return string

$disallowed protected_oe property

protected string $disallowed
return string

$maxSize protected_oe property

protected int $maxSize
return integer

$showThumbnails protected_oe property

protected bool $showThumbnails
return boolean

$uploadFolder protected_oe property

protected string $uploadFolder
return string

$useFalRelation protected_oe property

protected bool $useFalRelation
return boolean