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
$isActive
public
string
$isActive
$message
public
string
$message
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