JFormFieldUsers
class JFormFieldUsers extends JFormField
Located at : UKNOWVA_ROOT/libraries/joomla/form/fields/users.php
Field to show user token inputs
Properties
string | $type | The form field type. |
Methods
__construct(object $form = null)
Method to instantiate the form field object.
from JFormField
mixed
__get(string $name)
Method to get certain otherwise inaccessible properties from the form field object.
from JFormField
boolean
setup(object $element, mixed $value, string $group = null)
Method to attach a JForm object to the field.
from JFormField
Details
in JFormField at line 193
JFormField
__construct(object $form = null)
Method to instantiate the form field object.
in JFormField at line 211
mixed
__get(string $name)
Method to get certain otherwise inaccessible properties from the form field object.
in JFormField at line 264
object
setForm(JForm $form)
Method to attach a JForm object to the field.
in JFormField at line 287
boolean
setup(object $element, mixed $value, string $group = null)
Method to attach a JForm object to the field.