PHP Class Treffynnon\Navigator\Coordinate\ParserAbstract

Afficher le fichier Open project: treffynnon/navigator

Protected Properties

Свойство Type Description
$direction string The direction stored as either Treffynnon\Navigator::Long or Treffynnon\Navigator::Lat

Méthodes publiques

Méthode Description
__construct ( $direction = null )
get ( $coord )
getDirection ( )
parse ( $coord )
set ( $coord )
setDirection ( $direction )

Method Details

__construct() public méthode

public __construct ( $direction = null )

get() abstract public méthode

abstract public get ( $coord )

getDirection() public méthode

public getDirection ( )

parse() abstract public méthode

abstract public parse ( $coord )

set() public méthode

public set ( $coord )

setDirection() public méthode

public setDirection ( $direction )

Property Details

$direction protected_oe property

The direction stored as either Treffynnon\Navigator::Long or Treffynnon\Navigator::Lat
protected string $direction
Résultat string