Property | Type | Description | |
---|---|---|---|
$address | string | Display address for the location. | |
$latitude | float | Latitude of the location. | |
$longitude | float | Longitude of the location. |
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. |
public __construct ( array $values = null ) | ||
$values | array |
public __toString ( ) : string | ||
return | string | A comma separated list of tags, eg: "php, eZ Publish, html5" |