API17:JForm:: construct
From Joomla! Documentation
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. |
See also
JForm::__construct source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::__construct
User contributed notes
Code Examples