Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
UserAgentParser
Provider
Chain
PHP Class UserAgentParser\Provider\Chain
Inheritance:
extends
AbstractProvider
Show file
Open project: ThaDafinser/UserAgentParser
Class Usage Examples
Protected Properties
Property
Type
Description
$name
string
Name of the provider
Public Methods
Method
Description
__construct
(
array
$providers
= [] )
getProviders
( ) :
AbstractProvider[]
parse
(
$userAgent
,
array
$headers
= [] )
Method Details
__construct()
public
method
public
__construct
(
array
$providers
= [] )
$providers
array
getProviders()
public
method
public
getProviders
( ) :
AbstractProvider[]
return
AbstractProvider[]
parse()
public
method
public
parse
(
$userAgent
,
array
$headers
= [] )
$headers
array
Property Details
$name
protected property
Name of the provider
protected
string
$name
return
string