PHP Класс eZ\Publish\Core\FieldType\MapLocation\Value

Наследование: extends eZ\Publish\Core\FieldType\Value
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$address string Display address for the location.
$latitude float Latitude of the location.
$longitude float Longitude of the location.

Открытые методы

Метод Описание
__construct ( array $values = null ) Construct a new Value object and initialize with $values.
__toString ( ) : string Returns a string representation of the keyword value.

Описание методов

__construct() публичный Метод

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

__toString() публичный Метод

Returns a string representation of the keyword value.
public __toString ( ) : string
Результат string A comma separated list of tags, eg: "php, eZ Publish, html5"

Описание свойств

$address публичное свойство

Display address for the location.
public string $address
Результат string

$latitude публичное свойство

Latitude of the location.
public float $latitude
Результат float

$longitude публичное свойство

Longitude of the location.
public float $longitude
Результат float