Documentation

ButtonIcon extends Component
in package

Table of Contents

$action  : string|null
$class  : string|null
$color  : string
$icon  : string
$size  : string|null
$title  : string|null
__construct()  : mixed
Create a new component instance.
render()  : View|Closure|string
Get the view / contents that represent the component.

Properties

Methods

__construct()

Create a new component instance.

public __construct(string $icon[, string $color = 'link' ][, string|null $action = null ][, string|null $class = null ][, string|null $title = null ][, string|null $size = null ]) : mixed
Parameters
$icon : string
$color : string = 'link'
$action : string|null = null
$class : string|null = null
$title : string|null = null
$size : string|null = null
Return values
mixed

render()

Get the view / contents that represent the component.

public render() : View|Closure|string
Return values
View|Closure|string

Search results