API17:JFormField:: get
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::__get
Description
Method to get certain otherwise inaccessible properties from the form field object.
Description:JFormField:: get [Edit Descripton]
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
SeeAlso:JFormField:: get [Edit See Also]
User contributed notes
<CodeExamplesForm />
