IconHelp
extends Component
in package
Table of Contents
- $title : string
- __construct() : void
- Create a new IconHelp component instance.
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$title
public
string
$title
Methods
__construct()
Create a new IconHelp component instance.
public
__construct(string $title) : void
Parameters
- $title : string
-
The tooltip text to display when hovering over the help icon
Return values
void —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string