PHP 클래스 Nette\Forms\Controls\HiddenField

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

공개 메소드들

메소드 설명
__construct ( $persistentValue = NULL )
addError ( $message ) : void Adds error message to the list.
getControl ( ) : Nette\Utils\Html Generates control's HTML element.
getLabel ( $caption = NULL ) : void Bypasses label generation.
setValue ( $value ) : self Sets control's value.

메소드 상세

__construct() 공개 메소드

public __construct ( $persistentValue = NULL )

addError() 공개 메소드

Adds error message to the list.
public addError ( $message ) : void
리턴 void

getControl() 공개 메소드

Generates control's HTML element.
public getControl ( ) : Nette\Utils\Html
리턴 Nette\Utils\Html

getLabel() 공개 메소드

Bypasses label generation.
public getLabel ( $caption = NULL ) : void
리턴 void

setValue() 공개 메소드

Sets control's value.
public setValue ( $value ) : self
리턴 self