PHP Class Neos\FluidAdaptor\ViewHelpers\Form\PasswordViewHelper

= 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 Renders the password input field.

Method Details

initializeArguments() public méthode

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

render() public méthode

Renders the password input field.
public render ( boolean $required = false ) : string
$required boolean If the field is required or not
Résultat string

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string