__toString() public method

Returns a native string version of the Coordiantes object in format "$latitude,$longitude"
public __toString ( ) : string
return string
Ejemplo n.º 1
0
 public function testToString()
 {
     $this->assertSame('40.829137,16.555838', $this->coordinate->__toString());
 }