PHP 클래스 KGzocha\Searcher\Criteria\CoordinatesCriteria

저자: Krzysztof Gzocha ([email protected])
상속: implements KGzocha\Searcher\Criteria\CriteriaInterface
파일 보기 프로젝트 열기: krzysztof-gzocha/searcher

공개 메소드들

메소드 설명
__construct ( float $latitude = null, float $longitude = null )
getLatitude ( ) : float
getLongitude ( ) : float
setLatitude ( float $latitude )
setLongitude ( float $longitude )
shouldBeApplied ( )

메소드 상세

__construct() 공개 메소드

public __construct ( float $latitude = null, float $longitude = null )
$latitude float
$longitude float

getLatitude() 공개 메소드

public getLatitude ( ) : float
리턴 float

getLongitude() 공개 메소드

public getLongitude ( ) : float
리턴 float

setLatitude() 공개 메소드

public setLatitude ( float $latitude )
$latitude float

setLongitude() 공개 메소드

public setLongitude ( float $longitude )
$longitude float

shouldBeApplied() 공개 메소드

public shouldBeApplied ( )