ButtonEdit
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
$action
public
string|null
$action
= null
$class
public
string|null
$class
= null
$title
public
string
$title
= 'Edit'
Methods
__construct()
Create a new component instance.
public
__construct([string|null $action = null ][, string|null $class = null ][, string $title = 'Edit' ]) : mixed
Parameters
- $action : string|null = null
- $class : string|null = null
- $title : string = 'Edit'
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string