PHP 클래스 Treffynnon\Navigator\Coordinate\ParserAbstract

파일 보기 프로젝트 열기: treffynnon/navigator

보호된 프로퍼티들

프로퍼티 타입 설명
$direction string The direction stored as either Treffynnon\Navigator::Long or Treffynnon\Navigator::Lat

공개 메소드들

메소드 설명
__construct ( $direction = null )
get ( $coord )
getDirection ( )
parse ( $coord )
set ( $coord )
setDirection ( $direction )

메소드 상세

__construct() 공개 메소드

public __construct ( $direction = null )

get() 추상적인 공개 메소드

abstract public get ( $coord )

getDirection() 공개 메소드

public getDirection ( )

parse() 추상적인 공개 메소드

abstract public parse ( $coord )

set() 공개 메소드

public set ( $coord )

setDirection() 공개 메소드

public setDirection ( $direction )

프로퍼티 상세

$direction 보호되어 있는 프로퍼티

The direction stored as either Treffynnon\Navigator::Long or Treffynnon\Navigator::Lat
protected string $direction
리턴 string