PHP 클래스 eZ\Publish\Core\FieldType\MapLocation\Value

상속: extends eZ\Publish\Core\FieldType\Value
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 프로퍼티들

프로퍼티 타입 설명
$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