JFormFieldUrl
class JFormFieldUrl extends JFormFieldText
Form Field class for the Joomla Platform.
Supports a URL text field
Methods
mixed
__get(
string $name)
Method to get certain otherwise inaccessible properties from the form field object.
from JFormFieldText
void
__set(
string $name,
mixed $value)
Method to set certain otherwise inaccessible properties of the form field object.
from JFormFieldText
boolean
setup(
SimpleXMLElement $element,
mixed $value,
string $group = null)
Method to attach a JForm object to the field.
from JFormFieldText
Details
mixed
__get(
string $name)
Method to get certain otherwise inaccessible properties from the form field object.
void
__set(
string $name,
mixed $value)
Method to set certain otherwise inaccessible properties of the form field object.
boolean
setup(
SimpleXMLElement $element,
mixed $value,
string $group = null)
Method to attach a JForm object to the field.