Home > PHP > Function > Newt > newt_form_add_components()

newt_form_add_components()

newt_form_add_components - Add several components to the form

Syntax

newt_form_add_components (resource $form, array $components)

Arguments

  • form - Form to which components will be added
  • components - Array of components to add to the form

Description

Adds several components to the form.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.