PHP 클래스 UserAgentParser\Provider\Http\UserAgentApiCom

또한 보기: https://useragentapi.com/docs
저자: Martin Keckeis ([email protected])
상속: extends AbstractHttpProvider
파일 보기 프로젝트 열기: ThaDafinser/UserAgentParser 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$detectionCapabilities
$homepage string Homepage of the provider
$name string Name of the provider

공개 메소드들

메소드 설명
__construct ( Client $client, $apiKey )
getVersion ( )
parse ( $userAgent, array $headers = [] )

보호된 메소드들

메소드 설명
getResult ( string $userAgent, array $headers ) : stdClass

비공개 메소드들

메소드 설명
hydrateBot ( Bot $bot, stdClass $resultRaw )
hydrateBrowser ( Browser $browser, stdClass $resultRaw )
hydrateDevice ( Device $device, stdClass $resultRaw )
hydrateRenderingEngine ( RenderingEngine $engine, stdClass $resultRaw )
isBot ( stdClass $resultRaw ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Client $client, $apiKey )
$client GuzzleHttp\Client

getResult() 보호된 메소드

protected getResult ( string $userAgent, array $headers ) : stdClass
$userAgent string
$headers array
리턴 stdClass

getVersion() 공개 메소드

public getVersion ( )

parse() 공개 메소드

public parse ( $userAgent, array $headers = [] )
$headers array

프로퍼티 상세

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

protected $detectionCapabilities

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

Homepage of the provider
protected string $homepage
리턴 string

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

Name of the provider
protected string $name
리턴 string