API17:JFormField:: get
From Joomla! Documentation
JFormField::__get
Description
Method to get certain otherwise inaccessible properties from the form field object.
public function __get ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The property name for which to the the value. |
- Returns mixed The property value or null.
- Defined on line 210 of libraries/joomla/form/formfield.php
- Since

See also
JFormField::__get source code on BitBucket
Class JFormField
Subpackage Form- Other versions of JFormField::__get
User contributed notes
Code Examples