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
string

isValid()

Validates all set parameters of a button.

public isValid() : bool
Return values
bool

render()

Renders the markup for the button

public render() : string
Return values
string

        
On this page

Search results