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
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 ( ) : string Renders the hidden field.

Method Details

initializeArguments() public méthode

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

render() public méthode

Renders the hidden field.
public render ( ) : string
Résultat string

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string