Message-ID: <1067468619.4144.1485857858507.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4143_1913513635.1485857858506" ------=_Part_4143_1913513635.1485857858506 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Url Field Type

Url Field Type

=20
=20
=20
=20

This Field Type represents a hyperlink. It is formed by the combina= tion of a link and the respective text.

Name Internal name Expected input
Url ezurl string

Description

This Field Type makes possible to store and retrieve a url. It is formed= by the combination of a link and the respective text.

PHP API Field Type

Input expectations

Type Example
string
"http://www.ez.no", "eZ Systems"

Value object

Properties

The Value class of this field type contains the following properties:

Property Type Description
$link string This property will be used to stor= e the link provided to the value of this Field Type.
$text string This property will be used to stor= e the text to represent the stored link provided to the value of this Field= Type.
Value object content example
=20
$url->link =3D "http://www.ez.no";
$url->text =3D "eZ Systems";
=20
Constructor

The Url\Value construc= tor will initialize a new Value object with the value provided. It exp= ects two comma-separated strings, corresponding to the link and text.

Constructor example
=20
// Instantiates an Url Value object
$UrlValue =3D new Url\Value( "http://www.ez.no", "eZ Systems" );
=20

Validation

This Field Type does not perform validation.

Settings

This Field Type does not have settings.

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_4143_1913513635.1485857858506--