Fieldset
extends Base
in package
Fieldset Class
Create a new fieldset to the form like this:
$objForm->addFieldset(
'Great title for the fieldset',
'We need a small note as well',
'Note:'
);
Tags
Table of Contents
Methods
- getDynamicLabelMate() : array<string|int, mixed>
- getDynamicRemoveLabelMate() : array<string|int, mixed>
- getHeader() : string
- getId() : string
- getMagicMeta() : array<string|int, mixed>
- getMagicReservedMeta() : array<string|int, mixed>
- getParent() : Base
- getReservedFieldMeta() : array<string|int, mixed>
- getReservedLabelMeta() : array<string|int, mixed>
- getReservedMeta() : array<string|int, mixed>
- getTipMeta() : array<string|int, mixed>
- setConditions() : void
- setHeader() : void
- setId() : void
- setName() : void
- setParent() : void
Methods
getDynamicLabelMate()
public
getDynamicLabelMate() : array<string|int, mixed>
getDynamicLabelMate() Returns the value of $__dynamiclabelmeta
Return values
array<string|int, mixed>getDynamicRemoveLabelMate()
public
getDynamicRemoveLabelMate() : array<string|int, mixed>
getDynamicRemoveLabelMate() Returns the value of $__dynamicremovelabelmeta
Return values
array<string|int, mixed>getHeader()
public
getHeader() : string
getHeader() Returns the value of $__header
Return values
stringgetId()
public
getId() : string
getId() Returns the value of $__id
Return values
stringgetMagicMeta()
public
getMagicMeta() : array<string|int, mixed>
getMagicMeta() Returns the value of $__magicmeta
Return values
array<string|int, mixed>getMagicReservedMeta()
public
getMagicReservedMeta() : array<string|int, mixed>
getMagicReservedMeta() Returns the value of $__magicreservedmeta
Return values
array<string|int, mixed>getParent()
public
getParent() : Base
getParent() Returns the value of $__parent
Return values
BasegetReservedFieldMeta()
public
getReservedFieldMeta() : array<string|int, mixed>
getReservedFieldMeta() Returns the value of $__reservedfieldmeta
Return values
array<string|int, mixed>getReservedLabelMeta()
public
getReservedLabelMeta() : array<string|int, mixed>
getReservedLabelMeta() Returns the value of $__reservedlabelmeta
Return values
array<string|int, mixed>getReservedMeta()
public
getReservedMeta() : array<string|int, mixed>
getReservedMeta() Returns the value of $__reservedmeta
Return values
array<string|int, mixed>getTipMeta()
public
getTipMeta() : array<string|int, mixed>
getTipMeta() Returns the value of $__tipmeta
Return values
array<string|int, mixed>setConditions()
public
setConditions() : void
setConditions(array $value) Overwrites the value of $__conditions
setHeader()
public
setHeader() : void
setHeader(string $value) Overwrites the value of $__header
setId()
public
setId() : void
setId(string $value) Overwrites the value of $__id
setName()
public
setName() : void
setName(string $value) Overwrites the value of $__name
setParent()
public
setParent() : void
setParent(Base $value) Overwrites the value of $__parent