API17:JFormField::setForm
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormField::setForm
Description
Method to attach a object to the field.
Description:JFormField::setForm [Edit Descripton]
Since
Synopsis
public JFormField->setForm (JForm $form)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $form | object | $form The object to attach to the form field. |
Returns
object The form field object so that the method can be used in a chain.
Defined in
libraries/joomla/form/formfield.php
Referenced by
See also
Examples
<CodeExamplesForm />
