JFormField::setForm
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFormField::setForm[edit]
Description[edit]
Method to attach a object to the field.
public function 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 on line 262 of libraries/joomla/form/formfield.php
- Since
See also[edit]
JFormField::setForm source code on BitBucket
Class JFormField
Subpackage Form
- Other versions of JFormField::setForm
User contributed notes[edit]
Code Examples[edit]