Свойство | Тип | Описание | |
---|---|---|---|
$code | string | ||
$country | string | ||
$displayTitle | string | Title to display. | |
$id | mixed | ID of this location (according to the geolocation vendor). | |
$latitude | float | ||
$longitude | float | ||
$number | string | ||
$street | string | ||
$town | string |
Метод | Описание | |
---|---|---|
getCode ( ) | ||
getCountry ( ) | ||
getDisplayTitle ( ) | ||
getId ( ) | ||
getLatitude ( ) | ||
getLongitude ( ) | ||
getNumber ( ) | ||
getStreet ( ) | ||
getTown ( ) | ||
setCode ( $code ) | ||
setCountry ( $country ) | ||
setDisplayName ( $displayName ) | ||
setDisplayTitle ( $displaytitle ) | ||
setId ( $id ) | ||
setLatitude ( $latitude ) | ||
setLongitude ( $longitude ) | ||
setName ( $name ) | This is a hack for the husky component which is now hard coded to use the "name" property. | |
setNumber ( $number ) | ||
setStreet ( $street ) | ||
setTown ( $town ) | ||
toArray ( ) : array | Serialize the location to an array. |
public setName ( $name ) |
protected mixed $id | ||
Результат | mixed |