API17

API17:JFormField:: construct

From Joomla! Documentation

Joomla 11.1 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.
  • Returns void
  • Defined on line 193 of libraries/joomla/form/formfield.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples