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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$address string Display address for the location.
$latitude float Latitude of the location.
$longitude float Longitude of the location.

Méthodes publiques

Méthode 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 méthode

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

__toString() public méthode

Returns a string representation of the keyword value.
public __toString ( ) : string
Résultat 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
Résultat string

$latitude public_oe property

Latitude of the location.
public float $latitude
Résultat float

$longitude public_oe property

Longitude of the location.
public float $longitude
Résultat float