FormItemListType
in package
Class representing FormItemListType.
Seznam definic volitelných parametrů. XSD Type: formItemListType
Table of Contents
- $ctrlDef : array<string|int, mixed>
- $formAgenda : string|null
- addToCtrlDef() : self
- Adds as ctrlDef.
- getCtrlDef() : array<string|int, CtrlDefType>
- Gets as ctrlDef.
- getFormAgenda() : string
- Gets as formAgenda.
- issetCtrlDef() : bool
- isset ctrlDef.
- setCtrlDef() : self
- Sets a new ctrlDef.
- setFormAgenda() : self
- Sets a new formAgenda.
- unsetCtrlDef() : void
- unset ctrlDef.
Properties
$ctrlDef
private
array<string|int, mixed>
$ctrlDef
= []
$formAgenda
private
string|null
$formAgenda
= null
Methods
addToCtrlDef()
Adds as ctrlDef.
public
addToCtrlDef(CtrlDefType $ctrlDef) : self
Parameters
- $ctrlDef : CtrlDefType
Return values
self —getCtrlDef()
Gets as ctrlDef.
public
getCtrlDef() : array<string|int, CtrlDefType>
Return values
array<string|int, CtrlDefType> —getFormAgenda()
Gets as formAgenda.
public
getFormAgenda() : string
Return values
string —issetCtrlDef()
isset ctrlDef.
public
issetCtrlDef(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setCtrlDef()
Sets a new ctrlDef.
public
setCtrlDef([array<string|int, CtrlDefType> $ctrlDef = null ]) : self
Parameters
- $ctrlDef : array<string|int, CtrlDefType> = null
Return values
self —setFormAgenda()
Sets a new formAgenda.
public
setFormAgenda(string $formAgenda) : self
Parameters
- $formAgenda : string
Return values
self —unsetCtrlDef()
unset ctrlDef.
public
unsetCtrlDef(int|string $index) : void
Parameters
- $index : int|string