Documentation

ButtonShow extends Component
in package

Table of Contents

$action  : string|null
$class  : string|null
$title  : string
__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|null $action = null ][, string|null $class = null ][, string $title = 'Detail' ]) : mixed
Parameters
$action : string|null = null
$class : string|null = null
$title : string = 'Detail'
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results