PHP 클래스 Sulu\Bundle\LocationBundle\Geolocator\GeolocatorLocation

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

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

메소드 상세

getCode() 공개 메소드

public getCode ( )

getCountry() 공개 메소드

public getCountry ( )

getDisplayTitle() 공개 메소드

public getDisplayTitle ( )

getId() 공개 메소드

public getId ( )

getLatitude() 공개 메소드

public getLatitude ( )

getLongitude() 공개 메소드

public getLongitude ( )

getNumber() 공개 메소드

public getNumber ( )

getStreet() 공개 메소드

public getStreet ( )

getTown() 공개 메소드

public getTown ( )

setCode() 공개 메소드

public setCode ( $code )

setCountry() 공개 메소드

public setCountry ( $country )

setDisplayName() 공개 메소드

public setDisplayName ( $displayName )

setDisplayTitle() 공개 메소드

public setDisplayTitle ( $displaytitle )

setId() 공개 메소드

public setId ( $id )

setLatitude() 공개 메소드

public setLatitude ( $latitude )

setLongitude() 공개 메소드

public setLongitude ( $longitude )

setName() 공개 메소드

This is a hack for the husky component which is now hard coded to use the "name" property.
public setName ( $name )

setNumber() 공개 메소드

public setNumber ( $number )

setStreet() 공개 메소드

public setStreet ( $street )

setTown() 공개 메소드

public setTown ( $town )

toArray() 공개 메소드

Serialize the location to an array.
public toArray ( ) : array
리턴 array

프로퍼티 상세

$code 보호되어 있는 프로퍼티

protected string $code
리턴 string

$country 보호되어 있는 프로퍼티

protected string $country
리턴 string

$displayTitle 보호되어 있는 프로퍼티

Title to display.
protected string $displayTitle
리턴 string

$id 보호되어 있는 프로퍼티

ID of this location (according to the geolocation vendor).
protected mixed $id
리턴 mixed

$latitude 보호되어 있는 프로퍼티

protected float $latitude
리턴 float

$longitude 보호되어 있는 프로퍼티

protected float $longitude
리턴 float

$number 보호되어 있는 프로퍼티

protected string $number
리턴 string

$street 보호되어 있는 프로퍼티

protected string $street
리턴 string

$town 보호되어 있는 프로퍼티

protected string $town
리턴 string