PHP 클래스 BitbarPlugins\Travel\GeolocationRequest

상속: implements JsonSerializable
파일 보기 프로젝트 열기: matryer/bitbar-plugins

공개 메소드들

메소드 설명
fromArrayDefinition ( array $definition ) : self
jsonSerialize ( )
setCarrier ( string $carrier ) : GeolocationRequest
setCellTowers ( array $cellTowers ) : GeolocationRequest
setConsiderIp ( boolean $considerIp ) : GeolocationRequest
setHomeMobileCountryCode ( integer $homeMobileCountryCode ) : GeolocationRequest
setHomeMobileNetworkCode ( integer $homeMobileNetworkCode ) : GeolocationRequest
setRadioType ( string $radioType ) : GeolocationRequest
setWifiAccessPoints ( WifiAccessPoints $wifiAccessPoints ) : GeolocationRequest

비공개 메소드들

메소드 설명
getCarrierFromDefinition ( array $definition )
getCellTowersFromDefinition ( array $definition )
getConsiderIpFromDefinition ( array $definition )
getMMCFromDefinition ( array $definition )
getMNCFromDefinition ( array $definition )
getRadioTypeFromDefinition ( array $definition )
getWifiAccessPointsFromDefinition ( array $definition )

메소드 상세

fromArrayDefinition() 공개 정적인 메소드

public static fromArrayDefinition ( array $definition ) : self
$definition array
리턴 self

jsonSerialize() 공개 메소드

public jsonSerialize ( )

setCarrier() 공개 메소드

public setCarrier ( string $carrier ) : GeolocationRequest
$carrier string
리턴 GeolocationRequest

setCellTowers() 공개 메소드

public setCellTowers ( array $cellTowers ) : GeolocationRequest
$cellTowers array
리턴 GeolocationRequest

setConsiderIp() 공개 메소드

public setConsiderIp ( boolean $considerIp ) : GeolocationRequest
$considerIp boolean
리턴 GeolocationRequest

setHomeMobileCountryCode() 공개 메소드

public setHomeMobileCountryCode ( integer $homeMobileCountryCode ) : GeolocationRequest
$homeMobileCountryCode integer
리턴 GeolocationRequest

setHomeMobileNetworkCode() 공개 메소드

public setHomeMobileNetworkCode ( integer $homeMobileNetworkCode ) : GeolocationRequest
$homeMobileNetworkCode integer
리턴 GeolocationRequest

setRadioType() 공개 메소드

public setRadioType ( string $radioType ) : GeolocationRequest
$radioType string
리턴 GeolocationRequest

setWifiAccessPoints() 공개 메소드

public setWifiAccessPoints ( WifiAccessPoints $wifiAccessPoints ) : GeolocationRequest
$wifiAccessPoints WifiAccessPoints
리턴 GeolocationRequest