IconHelp
extends Component
in package
Table of Contents
- $title : string
- __construct() : mixed
- Create a new component instance.
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$title
public
string
$title
Methods
__construct()
Create a new component instance.
public
__construct(string $title) : mixed
Parameters
- $title : string
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string