class LinkButton extends ToolbarButton

Renders a link button

Methods

__construct( object $parent = null)

Constructor

string
getName()

Get the element name

string
render( array $definition)

Get the HTML to render the button

string
fetchIconClass( string $identifier)

Method to get the CSS class name for an icon identifier

string
fetchButton( string $type = 'Link', string $name = 'back', string $text = '', string $url = null)

Fetch the HTML for the button

string
fetchId( string $type = 'Link', string $name = '')

Get the button CSS Id

Details

__construct( object $parent = null)

Constructor

Parameters

object $parent The parent

string getName()

Get the element name

Return Value

string type of the parameter

string render( array $definition)

Get the HTML to render the button

Parameters

array $definition &$definition Parameters to be passed

Return Value

string

string fetchIconClass( string $identifier)

Method to get the CSS class name for an icon identifier

Can be redefined in the final class

Parameters

string $identifier Icon identification string

Return Value

string CSS class name

string fetchButton( string $type = 'Link', string $name = 'back', string $text = '', string $url = null)

Fetch the HTML for the button

Parameters

string $type Unused string.
string $name Name to be used as apart of the id
string $text Button text
string $url The link url

Return Value

string

string fetchId( string $type = 'Link', string $name = '')

Get the button CSS Id

Parameters

string $type The button type.
string $name The name of the button.

Return Value

string Button CSS Id