Skip to content

Kirby 3.5.7.1

$fields->append()

Appends an element

$fields->append(mixed $args = null): Kirby\Form\Fields

Parameters

Name Type Default
$args mixed null

Return type

Kirby\Form\Fields

This method modifies the existing $fields object it is applied to and returns it again.

Parent class

Kirby\Form\Fields inherited from Kirby\Toolkit\Collection