Class we_ui_Client

Description

class for handling client information

Located in /ui/Client.php (line 24)


	
			
Class Constant Summary
Variable Summary
string $_browser
string $_system
string $_version
Method Summary
static instance getInstance ([string $userAgent = ''])
void __construct ([string $userAgent = ''])
string getBrowser ()
string getSystem ()
version getVersion ()
Variables
string $_browser (line 79)

_browser attribute

  • access: protected
string $_system (line 72)

_system attribute

  • access: protected
string $_version (line 86)

_version attribute

  • access: protected
Methods
static method getInstance (line 131)

returns instance

  • access: public
static instance getInstance ([string $userAgent = ''])
  • string $userAgent
Constructor __construct (line 96)

Constructor

Set user agent properties

void __construct ([string $userAgent = ''])
  • string $userAgent
getBrowser (line 144)

retrieve browser

  • access: public
string getBrowser ()
getSystem (line 154)

retrieve system

  • access: public
string getSystem ()
getVersion (line 164)

retrieve version

  • access: public
version getVersion ()
Class Constants
kBrowserGecko = 1 (line 35)

constant for Gecko Browser

kBrowserIE = 0 (line 30)

constant for IE Browser

kBrowserOther = 3 (line 45)

constant for other Browsers

kBrowserWebkit = 2 (line 40)

constant for Webkit

kSystemMacOS = 1 (line 55)

constant for MacOs System

kSystemOther = 2 (line 60)

constant for other Systems

kSystemWindows = 0 (line 50)

constant for Windows System

Documentation generated on Mon, 01 Sep 2008 11:35:34 +0200 by phpDocumentor 1.4.0