Documentation

Modalshow extends Component
in package

Table of Contents

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

Properties

Methods

__construct()

Create a new component instance.

public __construct([string $title = "" ][, string $icon = 'fas fa-external-link-square-alt' ][, string $tooltip = null ][, string $size = 'medium' ]) : mixed
Parameters
$title : string = ""
$icon : string = 'fas fa-external-link-square-alt'
$tooltip : string = null
$size : string = 'medium'
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results