This field type Field Type represents a hyperlink. It is formed by the combination of a link and the respective text.
...
Table of Contents | ||
---|---|---|
|
Description
This FieldType Field Type makes possible to store and retrieve an a url. It is formed by the combination of a link and the respective text.
...
Property | Type | Description |
---|---|---|
$link | string | This property will be used to store the link provided to the value of this FieldTypeField Type. |
$text | string | This property will be used to store the the text to represent the stored link provided to the value of this FieldTypeField Type. |
Code Block | ||||
---|---|---|---|---|
| ||||
$url->link = "http://www.ez.no"; $url->text = "eZ Systems"; |
...
Code Block | ||||
---|---|---|---|---|
| ||||
// Instantiates an Url Value object $UrlValue = new Url\Value( "http://www.ez.no", "eZ Systems" ); |
Validation
This FieldType Field Type does not perform validation.
Settings
This FieldType Field Type does not have settings.