PHP Class Neos\FluidAdaptor\ViewHelpers\Form\TextfieldViewHelper

= Examples =
Inheritance: extends AbstractFormFieldViewHelper
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$tagName string

Méthodes publiques

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

Method Details

initializeArguments() public méthode

Initialize the arguments.
public initializeArguments ( ) : void
Résultat void

render() public méthode

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.
Résultat string

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string