JFormFieldTimezone
class JFormFieldTimezone extends JFormFieldGroupedList
Located at : UKNOWVA_ROOT/libraries/joomla/form/fields/timezone.php
Form Field class for the Joomla Platform.
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.