PHP Class KGzocha\Searcher\Criteria\CoordinatesCriteria

Author: Krzysztof Gzocha ([email protected])
Inheritance: implements KGzocha\Searcher\Criteria\CriteriaInterface
Afficher le fichier Open project: krzysztof-gzocha/searcher

Méthodes publiques

Méthode Description
__construct ( float $latitude = null, float $longitude = null )
getLatitude ( ) : float
getLongitude ( ) : float
setLatitude ( float $latitude )
setLongitude ( float $longitude )
shouldBeApplied ( )

Method Details

__construct() public méthode

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

getLatitude() public méthode

public getLatitude ( ) : float
Résultat float

getLongitude() public méthode

public getLongitude ( ) : float
Résultat float

setLatitude() public méthode

public setLatitude ( float $latitude )
$latitude float

setLongitude() public méthode

public setLongitude ( float $longitude )
$longitude float

shouldBeApplied() public méthode

public shouldBeApplied ( )