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
string

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