PHP 클래스 Newscoop\NewscoopBundle\ORM\Point

파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$latitude
$longitude

공개 메소드들

메소드 설명
__construct ( $latitude, $longitude )
__toString ( )
getLatitude ( )
getLongitude ( )
setLatitude ( $x )
setLongitude ( $y )

메소드 상세

__construct() 공개 메소드

public __construct ( $latitude, $longitude )

__toString() 공개 메소드

public __toString ( )

getLatitude() 공개 메소드

public getLatitude ( )

getLongitude() 공개 메소드

public getLongitude ( )

setLatitude() 공개 메소드

public setLatitude ( $x )

setLongitude() 공개 메소드

public setLongitude ( $y )

프로퍼티 상세

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

protected $latitude

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

protected $longitude