PHP Class Neos\FluidAdaptor\ViewHelpers\Form\ButtonViewHelper

= Examples = Send Mail Cancel
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 $type = 'submit' ) : string Renders the button.

Method Details

initializeArguments() public method

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

render() public method

Renders the button.
public render ( string $type = 'submit' ) : string
$type string Specifies the type of button (e.g. "button", "reset" or "submit")
return string

Property Details

$tagName protected property

protected string $tagName
return string