PHP Класс Treffynnon\Navigator\Coordinate\DmsParser

Наследование: extends ParserAbstract
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$input_format string A regular expression to run on the DMS string to extract its component parts
$output_format string The sprintf output format to use when printing the value

Открытые методы

Метод Описание
get ( float $coord ) : string Get a string representation of the coordinate in DMS notation
parse ( string $coord ) : float Used when setting a value in the Coordinate class.

Описание методов

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

Get a string representation of the coordinate in DMS notation
public get ( float $coord ) : string
$coord float
Результат string

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

Used when setting a value in the Coordinate class.
public parse ( string $coord ) : float
$coord string
Результат float

Описание свойств

$input_format защищенное свойство

A regular expression to run on the DMS string to extract its component parts
protected string $input_format
Результат string

$output_format защищенное свойство

The sprintf output format to use when printing the value
protected string $output_format
Результат string