Notfound
extends Component
in package
Table of Contents
- $message : string
- $type : string
- __construct() : void
- Create a new component instance.
- render() : View|string
- Get the view / contents that represent the component.
Properties
$message
public
string
$message
$type
public
string
$type
Methods
__construct()
Create a new component instance.
public
__construct([string $type = 'danger' ][, string $message = 'Detail not found' ]) : void
Parameters
- $type : string = 'danger'
- $message : string = 'Detail not found'
Return values
void —render()
Get the view / contents that represent the component.
public
render() : View|string