API17:JFormField:: construct
From Joomla! Documentation
JFormField::__construct
Description
Method to instantiate the form field object.
public function __construct ($form=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $form | object | null | The form to attach to the form field object. |
See also
JFormField::__construct source code on BitBucket
Class JFormField
Subpackage Form- Other versions of JFormField::__construct
User contributed notes
Code Examples