Treffynnon\Navigator\Coordinate::__toString PHP Метод

__toString() публичный Метод

Used when a coordinate value is used as a string. This uses the parser to output a human readable format converted from the radian value held in $this->coordinate
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return (string) $this->getParser()->get($this->get());
    }