Documentation

Norecords extends Component
in package

Table of Contents

$message  : string
$type  : string
__construct()  : mixed
Create a new component instance.
render()  : View|string
Get the view / contents that represent the component.

Properties

Methods

__construct()

Create a new component instance.

public __construct([string $type = 'primary' ][, string $message = 'Records not found' ]) : mixed
Parameters
$type : string = 'primary'
$message : string = 'Records not found'
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results