PHP Class GDS\Property\Geopoint

Author: Tom Walder ([email protected])
Inheritance: implements ArrayAccess
Afficher le fichier Open project: tomwalder/php-gds

Méthodes publiques

Méthode Description
__construct ( $latitude, $longitude )
getLatitude ( )
getLongitude ( )
offsetExists ( mixed $offset ) : boolean ArrayAccess
offsetGet ( mixed $offset ) : float ArrayAccess
offsetSet ( mixed $offset, mixed $value ) ArrayAccess
offsetUnset ( mixed $offset ) ArrayAccess
setLatitude ( $latitude )
setLongitude ( $longitude )

Method Details

__construct() public méthode

public __construct ( $latitude, $longitude )

getLatitude() public méthode

public getLatitude ( )

getLongitude() public méthode

public getLongitude ( )

offsetExists() public méthode

ArrayAccess
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean

offsetGet() public méthode

ArrayAccess
public offsetGet ( mixed $offset ) : float
$offset mixed
Résultat float

offsetSet() public méthode

ArrayAccess
public offsetSet ( mixed $offset, mixed $value )
$offset mixed
$value mixed

offsetUnset() public méthode

ArrayAccess
public offsetUnset ( mixed $offset )
$offset mixed

setLatitude() public méthode

public setLatitude ( $latitude )

setLongitude() public méthode

public setLongitude ( $longitude )