Home > PHP > Function > Newt > newt_form_add_component()

newt_form_add_component()

newt_form_add_component - Adds a single component to the form

Syntax

newt_form_add_component (resource $form, resource $component)

Arguments

  • form - Form to which component will be added
  • component - Component to add to the form

Description

Adds a single component to the form.

Version

PHP PECL newt >= 0.1

Return value

No value is returned.