phpDocumentor

Option
in package

Table of Contents

$dropdownFactory  : Dropdown
$predefinedFactory  : Predefined
__construct()  : mixed
Constructor.
createCheckbox()  : Checkbox
Return checkbox option.
createId()  : Id
Return ID.
createNumber()  : Number
Return number option.
createOptions()  : Options
Return options.
createOptionsFromUpdateSet()  : Options
Return options from update set and widget definition.
createText()  : Text
Return text option.
createTitle()  : Title
Return title.
createTitles()  : OptionTitles
Return titles.
createUpdateSet()  : UpdateSet
Return update set.
createUpdateSetFromOptions()  : UpdateSet
Return update set from options.
useDropdowns()  : Dropdown
Return dropdown factory.
usePredefined()  : Predefined
Return predefined options factory.

Properties

Methods

createId()

Return ID.

public createId(string $id) : Id
Parameters
$id : string
Return values
Id

createUpdateSet()

Return update set.

public createUpdateSet(array<string|int, mixed> $updateSet) : UpdateSet
Parameters
$updateSet : array<string|int, mixed>
Return values
UpdateSet

Search results