API17

API17:JFormField:: get

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples