API17

API17:JForm:: construct

From Joomla! Documentation

Joomla 11.1 JForm::__construct

Description

Method to instantiate the form object.


public function __construct (
        $name
        array $options=array
)
Parameter Type Default Description
$name string The name of the form.
array $options array array() $options An array of form options.
  • Returns void
  • Defined on line 88 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples