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