ButtonInterface extends Stringable
Interface for buttons
Table of Contents
Methods
- 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
getType()
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