Documentation

Loading extends Component
in package

Table of Contents

$isActive  : string
$message  : 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 $message = "Loading" ][, bool $isActive = false ]) : mixed
Parameters
$message : string = "Loading"
$isActive : bool = false
Return values
mixed

render()

Get the view / contents that represent the component.

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

Search results