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
$icon
public
string
$icon
$id
public
string
$id
$size
public
string
$size
$title
public
string
$title
$tooltip
public
string|null
$tooltip
= null
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