PHP Class Neos\FluidAdaptor\ViewHelpers\Form\PasswordViewHelper

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

Method Details

initializeArguments() public method

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

render() public method

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

Property Details

$tagName protected property

protected string $tagName
return string