ButtonClose
extends Component
in package
Table of Contents
- $action : 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
$action
public
string
$action
= 'cancel'
$size
public
string|null
$size
= null
$title
public
string|null
$title
= 'Close'
Methods
__construct()
Create a new component instance.
public
__construct([string $action = 'cancel' ][, string|null $title = 'Close' ][, string|null $size = null ]) : mixed
Parameters
- $action : string = 'cancel'
- $title : string|null = 'Close'
- $size : string|null = null
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string