InputTags
extends Component
in package
Table of Contents
- $id : string|null
- $keyValue : bool
- $label : mixed
- $name : string
- $options : array<string|int, mixed>|Collection
- $value : mixed
- __construct() : mixed
- Contructor
- render() : View|Closure|string
- Get the view / contents that represent the component.
Properties
$id
public
string|null
$id
= null
$keyValue
public
bool
$keyValue
= false
$label
public
mixed
$label
= null
$name
public
string
$name
$options
public
array<string|int, mixed>|Collection
$options
= []
$value
public
mixed
$value
= []
Methods
__construct()
Contructor
public
__construct(string $name[, mixed|null $label = null ][, mixed $id = null ][, mixed $value = [] ][, array<string|int, mixed>|Collection $options = [] ][, bool $keyValue = false ]) : mixed
Parameters
- $name : string
- $label : mixed|null = null
- $id : mixed = null
- $value : mixed = []
- $options : array<string|int, mixed>|Collection = []
- $keyValue : bool = false
Tags
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|Closure|string