PHP Class Neos\FluidAdaptor\ViewHelpers\Form\RadioViewHelper

= Examples = (depending on $object) yes no yes no (depending on property "newsletter")
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 $checked = null ) : string Renders the checkbox.

Method Details

initializeArguments() public méthode

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

render() public méthode

Renders the checkbox.
public render ( boolean $checked = null ) : string
$checked boolean Specifies that the input element should be preselected
Résultat string

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string