PHP Class Neos\FluidAdaptor\ViewHelpers\Form\HiddenViewHelper

..> tag. = Examples = You can also use the "property" attribute if you have bound an object to the form. See for more documentation.
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 ( ) : string Renders the hidden field.

Method Details

initializeArguments() public method

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

render() public method

Renders the hidden field.
public render ( ) : string
return string

Property Details

$tagName protected property

protected string $tagName
return string