class FieldSet implements JsonSerializable (View source)

Properties

protected $id
protected $position
protected $title
protected $description
protected $form
protected $controls

Methods

mixed
getId()

No description

setId(mixed $id)

No description

mixed
getTitle()

No description

setTitle(mixed $title)

No description

mixed
getDescription()

No description

setDescription(mixed $description)

No description

getForm()

No description

setForm(mixed $form)

No description

Control>|Control[]
getControls()

No description

setControls(mixed $controls)

No description

__construct()

No description

mixed
getPosition()

No description

setPosition(mixed $position)

No description

static Translations
exportTranslations()

Export all the translations associates to every fielset.

__clone()

No description

jsonSerialize()

No description

Details

mixed getId()

No description

Return Value

mixed

setId(mixed $id)

No description

Parameters

mixed $id

mixed getTitle()

No description

Return Value

mixed

setTitle(mixed $title)

No description

Parameters

mixed $title

mixed getDescription()

No description

Return Value

mixed

setDescription(mixed $description)

No description

Parameters

mixed $description

Form getForm()

No description

Return Value

Form

setForm(mixed $form)

No description

Parameters

mixed $form

Control>|Control[] getControls()

No description

Return Value

Control>|Control[]

setControls(mixed $controls)

No description

Parameters

mixed $controls

__construct()

No description

mixed getPosition()

No description

Return Value

mixed

setPosition(mixed $position)

No description

Parameters

mixed $position

static Translations exportTranslations()

Export all the translations associates to every fielset.

Return Value

Translations

__clone()

No description

jsonSerialize()

No description