FilePond
extends Component
in package
Table of Contents
- $id : string
- $label : mixed
- $name : string
- $options : array<string|int, mixed>
- __construct() : mixed
- Constructor for the component.
- render() : View|string
- Get the view / contents that represent the component.
Properties
$id
public
string
$id
$label
public
mixed
$label
= null
$name
public
string
$name
$options
public
array<string|int, mixed>
$options
= []
Methods
__construct()
Constructor for the component.
public
__construct(string $name[, mixed $label = null ], mixed $id[, array<string|int, mixed> $options = [] ]) : mixed
Parameters
- $name : string
-
The name of the file field. It should match the name of the file field in the form.
- $label : mixed = null
- $id : mixed
-
The unique id of the file field.
- $options : array<string|int, mixed> = []
-
The options for the file field.
Tags
Return values
mixed —render()
Get the view / contents that represent the component.
public
render() : View|string