fieldGroup
in package
Field group component for checkboxers and radio button
Tags
Table of Contents
- $descr : string
- $fields : array<string|int, mixed>|(\fpcm\view\helper\helper)
- Fields object
- $icon : icon
- __construct() : void
- Constructor
- getDescr() : string
- getFields() : mixed
- getIcon() : icon|null
Properties
$descr
protected
string
$descr
$fields
Fields object
protected
array<string|int, mixed>|(\fpcm\view\helper\helper)
$fields
= null
$icon
protected
icon
$icon
Methods
__construct()
Constructor
public
__construct(array<string|int, mixed> $fields, string $descr[, icon|null $icon = null ]) : void
Parameters
- $fields : array<string|int, mixed>
- $descr : string
- $icon : icon|null = null
Return values
void —getDescr()
public
getDescr() : string
Return values
string —getFields()
public
getFields() : mixed
Return values
mixed —getIcon()
public
getIcon() : icon|null