PHP Class Neos\FluidAdaptor\ViewHelpers\Form\TextfieldViewHelper

= Examples =
Inheritance: extends AbstractFormFieldViewHelper
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Initialize the arguments.
render ( boolean $required = false, string $type = 'text' ) : string Renders the textfield.

Method Details

initializeArguments() public method

Initialize the arguments.
public initializeArguments ( ) : void
return void

render() public method

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.
return string

Property Details

$tagName protected property

protected string $tagName
return string