PHP Class Newscoop\NewscoopBundle\ORM\Point

Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$latitude
$longitude

Méthodes publiques

Méthode Description
__construct ( $latitude, $longitude )
__toString ( )
getLatitude ( )
getLongitude ( )
setLatitude ( $x )
setLongitude ( $y )

Method Details

__construct() public méthode

public __construct ( $latitude, $longitude )

__toString() public méthode

public __toString ( )

getLatitude() public méthode

public getLatitude ( )

getLongitude() public méthode

public getLongitude ( )

setLatitude() public méthode

public setLatitude ( $x )

setLongitude() public méthode

public setLongitude ( $y )

Property Details

$latitude protected_oe property

protected $latitude

$longitude protected_oe property

protected $longitude