JApplicationWebClientClass to model a Web Client.
Located in /libraries/joomla/application/web/client.php (line 32)
| Class | Description |
|---|---|
JWebClient
|
Deprecated class placeholder. You should use JApplicationWebClient instead. |
JApplicationWebClient
__construct
([string $userAgent = null], [string $acceptEncoding = null], [string $acceptLanguage = null])
string
$acceptEncoding
(line 109)
string
$acceptLanguage
(line 115)
integer
$browser
(line 79)
string
$browserVersion
(line 85)
array
$detection
= array() (line 127)
array
$encodings
= array() (line 97)
integer
$engine
(line 73)
array
$languages
= array() (line 91)
boolean
$mobile
= false (line 67)
integer
$platform
(line 61)
boolean
$robot
= false (line 121)
string
$userAgent
(line 103)
Detects the client browser and version in a user agent string.
Method to detect the accepted response encoding by the client.
Detects the client rendering engine in a user agent string.
Method to detect the accepted languages by the client.
Detects the client platform in a user agent string.
Determines if the browser is a robot or not.
Class constructor.
Magic method to get an object property's value by name.
AMAYA
= 16
(line 49)
ANDROID
= 9
(line 42)
ANDROIDTABLET
= 22
(line 55)
BLACKBERRY
= 8
(line 41)
CHROME
= 19
(line 52)
FIREFOX
= 18
(line 51)
GECKO
= 13
(line 46)
IE
= 17
(line 50)
IPAD
= 5
(line 38)
IPHONE
= 4
(line 37)
IPOD
= 6
(line 39)
KHTML
= 15
(line 48)
LINUX
= 10
(line 43)
MAC
= 7
(line 40)
OPERA
= 21
(line 54)
PRESTO
= 14
(line 47)
SAFARI
= 20
(line 53)
TRIDENT
= 11
(line 44)
WEBKIT
= 12
(line 45)
WINDOWS
= 1
(line 34)
WINDOWS_CE
= 3
(line 36)
WINDOWS_PHONE
= 2
(line 35)
Documentation generated on Tue, 19 Nov 2013 14:55:50 +0100 by phpDocumentor 1.4.3