PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Form\TextfieldViewHelper

= Examples =
상속: extends AbstractFormFieldViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$tagName string

공개 메소드들

메소드 설명
initializeArguments ( ) : void Initialize the arguments.
render ( boolean $required = false, string $type = 'text' ) : string Renders the textfield.

메소드 상세

initializeArguments() 공개 메소드

Initialize the arguments.
public initializeArguments ( ) : void
리턴 void

render() 공개 메소드

Renders the textfield.
public render ( boolean $required = false, string $type = 'text' ) : string
$required boolean If the field is required or not
$type string The field type, e.g. "text", "email", "url" etc.
리턴 string

프로퍼티 상세

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

protected string $tagName
리턴 string