Documentation

fieldGroup
in package

Field group component for checkboxers and radio button

Tags
author

Stefan Seehafer sea75300@yahoo.de

since
5.0-dev
copyright

(c) 2021, Stefan Seehafer

license

http://www.gnu.org/licenses/gpl.txt GPLv3

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

$fields

Fields object

protected array<string|int, mixed>|(\fpcm\view\helper\helper) $fields = null

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

Search results