PHP 클래스 FluidTYPO3\Flux\Form\Field\File

상속: extends FluidTYPO3\Flux\Form\AbstractMultiValueFormField
파일 보기 프로젝트 열기: fluidtypo3/flux

보호된 프로퍼티들

프로퍼티 타입 설명
$allowed string
$disallowed string
$maxSize integer
$showThumbnails boolean
$uploadFolder string
$useFalRelation boolean

공개 메소드들

메소드 설명
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

메소드 상세

buildConfiguration() 공개 메소드

public buildConfiguration ( ) : array
리턴 array

getAllowed() 공개 메소드

public getAllowed ( ) : string
리턴 string

getDisallowed() 공개 메소드

public getDisallowed ( ) : string
리턴 string

getMaxSize() 공개 메소드

public getMaxSize ( ) : integer
리턴 integer

getShowThumbnails() 공개 메소드

public getShowThumbnails ( ) : boolean
리턴 boolean

getUploadFolder() 공개 메소드

public getUploadFolder ( ) : string
리턴 string

getUseFalRelation() 공개 메소드

public getUseFalRelation ( ) : boolean
리턴 boolean

setAllowed() 공개 메소드

public setAllowed ( string $allowed ) : File
$allowed string
리턴 File

setDefault() 공개 메소드

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

setDisallowed() 공개 메소드

public setDisallowed ( string $disallowed ) : File
$disallowed string
리턴 File

setMaxSize() 공개 메소드

public setMaxSize ( integer $maxSize ) : File
$maxSize integer
리턴 File

setShowThumbnails() 공개 메소드

public setShowThumbnails ( boolean $showThumbnails ) : File
$showThumbnails boolean
리턴 File

setUploadFolder() 공개 메소드

public setUploadFolder ( string $uploadFolder ) : File
$uploadFolder string
리턴 File

setUseFalRelation() 공개 메소드

public setUseFalRelation ( boolean $useFalRelation ) : File
$useFalRelation boolean
리턴 File

프로퍼티 상세

$allowed 보호되어 있는 프로퍼티

protected string $allowed
리턴 string

$disallowed 보호되어 있는 프로퍼티

protected string $disallowed
리턴 string

$maxSize 보호되어 있는 프로퍼티

protected int $maxSize
리턴 integer

$showThumbnails 보호되어 있는 프로퍼티

protected bool $showThumbnails
리턴 boolean

$uploadFolder 보호되어 있는 프로퍼티

protected string $uploadFolder
리턴 string

$useFalRelation 보호되어 있는 프로퍼티

protected bool $useFalRelation
리턴 boolean