ButtonInterface
Interface for buttons
Table of Contents
Methods
- __toString() : string
- RenderMethod of a button if accessed as string from fluid
- getType() : string
- Returns the fully qualified class name of the button as a string
- isValid() : bool
- Validates all set parameters of a button.
- render() : string
- Renders the markup for the button
Methods
__toString()
RenderMethod of a button if accessed as string from fluid
    public
                    __toString() : string
    Return values
stringgetType()
Returns the fully qualified class name of the button as a string
    public
                    getType() : string
    Return values
stringisValid()
Validates all set parameters of a button.
    public
                    isValid() : bool
    Return values
boolrender()
Renders the markup for the button
    public
                    render() : string