PHP Class eZ\Publish\Core\FieldType\MapLocation\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$address string Display address for the location.
$latitude float Latitude of the location.
$longitude float Longitude of the location.

Public Methods

Method Description
__construct ( array $values = null ) Construct a new Value object and initialize with $values.
__toString ( ) : string Returns a string representation of the keyword value.

Method Details

__construct() public method

Construct a new Value object and initialize with $values.
public __construct ( array $values = null )
$values array

__toString() public method

Returns a string representation of the keyword value.
public __toString ( ) : string
return string A comma separated list of tags, eg: "php, eZ Publish, html5"

Property Details

$address public_oe property

Display address for the location.
public string $address
return string

$latitude public_oe property

Latitude of the location.
public float $latitude
return float

$longitude public_oe property

Longitude of the location.
public float $longitude
return float