PHP 클래스 Nette\Forms\Controls\UploadControl

저자: David Grudl
상속: extends BaseControl
파일 보기 프로젝트 열기: nette/forms 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $label = NULL, $multiple = FALSE )
getHtmlName ( ) : string Returns HTML name of control.
isFilled ( ) : boolean Has been any file uploaded?
isOk ( ) : boolean Have been all files succesfully uploaded?
loadHttpData ( ) : void Loads HTTP data.
setValue ( $value ) : self

보호된 메소드들

메소드 설명
attached ( $form ) : void This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.

메소드 상세

__construct() 공개 메소드

public __construct ( $label = NULL, $multiple = FALSE )

attached() 보호된 메소드

This method will be called when the component (or component's parent) becomes attached to a monitored object. Do not call this method yourself.
protected attached ( $form ) : void
리턴 void

getHtmlName() 공개 메소드

Returns HTML name of control.
public getHtmlName ( ) : string
리턴 string

isFilled() 공개 메소드

Has been any file uploaded?
public isFilled ( ) : boolean
리턴 boolean

isOk() 공개 메소드

Have been all files succesfully uploaded?
public isOk ( ) : boolean
리턴 boolean

loadHttpData() 공개 메소드

Loads HTTP data.
public loadHttpData ( ) : void
리턴 void

setValue() 공개 메소드

public setValue ( $value ) : self
리턴 self