Documentation

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

Methods

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

        
On this page

Search results