BrowserDetection
[ class tree: BrowserDetection ] [ index: BrowserDetection ] [ all elements ]

Class: BrowserDetection

Source Location: /BrowserDetection.php

Class Overview


The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version, platform or if it's a mobile device.


Author(s):

  • Alexandre Valiquette, Chris Schuld, Gary White

Version:

  • 2.1

Copyright:

  • Copyright (c) 2014, Wolfcast

Variables

Constants

Methods



Class Details

[line 76]
The BrowserDetection class facilitates the identification of the user's environment such as Web browser, version, platform or if it's a mobile device.

Typical usage:

$browser = new BrowserDetection(); if ($browser->getBrowser() == BrowserDetection::BROWSER_FIREFOX && $browser->getVersion() >= 5) { echo 'You have FireFox version 5 or greater.'; }

The class is an updated version of Chris Schuld's Browser class version 1.9 which is unmaintaned since August 20th, 2010. Chris' class was based on the original work from Gary White.

Updates:

2014-06-04:

  • Version 2.1. Added IE 11+ support.
2013-05-27:
  • Version 2.0 is (almost) a complete rewrite based on Chris Schuld's Browser class version 1.9 plus changes below
  • Added support for Opera Mobile
  • Added support for the Windows Phone (formerly Windows Mobile) platform
  • Added support for BlackBerry Tablet OS and BlackBerry 10
  • Added support for the Symbian platform
  • Added support for Bingbot
  • Added support for the Yahoo! Multimedia crawler
  • Removed iPhone/iPad/iPod browsers since there are not browsers but platforms - test them with getPlatform()
  • Removed support for Shiretoko (Firefox 3.5 alpha/beta) and MSN Browser
  • Merged Nokia and Nokia S60
  • Updated some deprecated browser names
  • Many public methods are now protected
  • Documentation updated
2010-07-04:
  • Added detection of IE compatibility view - test with getIECompatibilityView()
  • Added support for all (deprecated) Netscape versions
  • Added support for Safari < 3.0
  • Better Firefox version parsing
  • Better Opera version parsing
  • Better Mozilla detection




Tags:

author:  Alexandre Valiquette, Chris Schuld, Gary White
version:  2.1
copyright:  Copyright (c) 2014, Wolfcast
link:  http://www.apptools.com/phptools/browser/
link:  http://chrisschuld.com/
link:  http://wolfcast.com/
last-modified:  June 5, 2014
license:  http://www.gnu.org/licenses/lgpl.html


[ Top ]


Class Variables

$_agent =  ''

[line 133]



Tags:

access:  private

Type:   mixed


[ Top ]

$_aolVersion =  ''

[line 134]



Tags:

access:  private

Type:   mixed


[ Top ]

$_browserName =  ''

[line 135]



Tags:

access:  private

Type:   mixed


[ Top ]

$_compatibilityViewName =  ''

[line 136]



Tags:

access:  private

Type:   mixed


[ Top ]

$_compatibilityViewVer =  ''

[line 137]



Tags:

access:  private

Type:   mixed


[ Top ]

$_isAol =  false

[line 138]



Tags:

access:  private

Type:   mixed


[ Top ]

$_isMobile =  false

[line 139]



Tags:

access:  private

Type:   mixed


[ Top ]

$_isRobot =  false

[line 140]



Tags:

access:  private

Type:   mixed


[ Top ]

$_platform =  ''

[line 141]



Tags:

access:  private

Type:   mixed


[ Top ]

$_version =  ''

[line 142]



Tags:

access:  private

Type:   mixed


[ Top ]



Class Methods


constructor __construct [line 153]

BrowserDetection __construct( [string $useragent = ''])

BrowserDetection class constructor.



Tags:

access:  public


Parameters:

string   $useragent   The user agent to work with. Leave empty for the current user agent (contained in $_SERVER['HTTP_USER_AGENT']).

[ Top ]

method checkBrowserAmaya [line 385]

boolean checkBrowserAmaya( )

Determine if the browser is the Amaya Web editor or not.



Tags:

return:  Returns true if the browser is Amaya, false otherwise.
link:  http://www.w3.org/Amaya/
access:  protected


[ Top ]

method checkBrowserAndroid [line 396]

boolean checkBrowserAndroid( )

Determine if the browser is the Android browser (based on the WebKit layout engine and coupled with Chrome's JavaScript engine) or not.



Tags:

return:  Returns true if the browser is the Android browser, false otherwise.
access:  protected


[ Top ]

method checkBrowserBingbot [line 408]

boolean checkBrowserBingbot( )

Determine if the browser is the Bingbot crawler or not.



Tags:

return:  Returns true if the browser is Bingbot, false otherwise.
link:  http://www.bing.com/webmaster/help/which-crawlers-does-bing-use-8c184ec0
access:  protected


[ Top ]

method checkBrowserBlackBerry [line 419]

boolean checkBrowserBlackBerry( )

Determine if the browser is the BlackBerry browser or not.



Tags:

return:  Returns true if the browser is the BlackBerry browser, false otherwise.
link:  http://supportforums.blackberry.com/t5/Web-and-WebWorks-Development/How-to-detect-the-BlackBerry-Browser/ta-p/559862
access:  protected


[ Top ]

method checkBrowserChrome [line 455]

boolean checkBrowserChrome( )

Determine if the browser is Chrome or not.



Tags:

return:  Returns true if the browser is Chrome, false otherwise.
link:  http://www.google.com/chrome/
access:  protected


[ Top ]

method checkBrowserFirebird [line 465]

boolean checkBrowserFirebird( )

Determine if the browser is Firebird or not. Firebird was the name of Firefox from version 0.6 to 0.7.1.



Tags:

return:  Returns true if the browser is Firebird, false otherwise.
access:  protected


[ Top ]

method checkBrowserFirefox [line 476]

boolean checkBrowserFirefox( )

Determine if the browser is Firefox or not.



Tags:

return:  Returns true if the browser is Firefox, false otherwise.
link:  http://www.mozilla.org/en-US/firefox/new/
access:  protected


[ Top ]

method checkBrowserGaleon [line 498]

boolean checkBrowserGaleon( )

Determine if the browser is Galeon or not. The browser was discontinued on September 27, 2008.



Tags:

return:  Returns true if the browser is Galeon, false otherwise.
link:  http://en.wikipedia.org/wiki/Galeon
access:  protected


[ Top ]

method checkBrowserGooglebot [line 508]

boolean checkBrowserGooglebot( )

Determine if the browser is the Googlebot crawler or not.



Tags:

return:  Returns true if the browser is Googlebot, false otherwise.
access:  protected


[ Top ]

method checkBrowserIcab [line 519]

boolean checkBrowserIcab( )

Determine if the browser is iCab or not.



Tags:

return:  Returns true if the browser is iCab, false otherwise.
link:  http://www.icab.de/
access:  protected


[ Top ]

method checkBrowserIceCat [line 531]

boolean checkBrowserIceCat( )

Determine if the browser is GNU IceCat (formerly known as GNU IceWeasel) or not.



Tags:

return:  Returns true if the browser is GNU IceCat, false otherwise.
link:  http://www.gnu.org/software/gnuzilla/
access:  protected


[ Top ]

method checkBrowserIceWeasel [line 542]

boolean checkBrowserIceWeasel( )

Determine if the browser is GNU IceWeasel (now know as GNU IceCat) or not.



Tags:

return:  Returns true if the browser is GNU IceWeasel, false otherwise.
see:  BrowserDetection::checkBrowserIceCat()
access:  protected


[ Top ]

method checkBrowserInternetExplorer [line 554]

boolean checkBrowserInternetExplorer( )

Determine if the browser is Internet Explorer or not.



Tags:

return:  Returns true if the browser is Internet Explorer, false otherwise.
link:  http://www.microsoft.com/ie/
link:  http://en.wikipedia.org/wiki/Internet_Explorer_Mobile
access:  protected


[ Top ]

method checkBrowserKonqueror [line 647]

boolean checkBrowserKonqueror( )

Determine if the browser is Konqueror or not.



Tags:

return:  Returns true if the browser is Konqueror, false otherwise.
link:  http://www.konqueror.org/
access:  protected


[ Top ]

method checkBrowserLynx [line 659]

boolean checkBrowserLynx( )

Determine if the browser is Lynx or not. It is the oldest web browser currently in general use and development.

It is a text-based only Web browser.




Tags:

return:  Returns true if the browser is Lynx, false otherwise.
link:  http://en.wikipedia.org/wiki/Lynx
access:  protected


[ Top ]

method checkBrowserMozilla [line 669]

boolean checkBrowserMozilla( )

Determine if the browser is Mozilla or not.



Tags:

return:  Returns true if the browser is Mozilla, false otherwise.
access:  protected


[ Top ]

method checkBrowserMsnBot [line 680]

boolean checkBrowserMsnBot( )

Determine if the browser is the MSNBot crawler or not. In October 2010 it was replaced by the Bingbot robot.



Tags:

return:  Returns true if the browser is MSNBot, false otherwise.
see:  BrowserDetection::checkBrowserBingbot()
access:  protected


[ Top ]

method checkBrowserMsnTv [line 691]

boolean checkBrowserMsnTv( )

Determine if the browser is MSN TV (formerly WebTV) or not.



Tags:

return:  Returns true if the browser is WebTv, false otherwise.
link:  http://en.wikipedia.org/wiki/MSN_TV
access:  protected


[ Top ]

method checkBrowserNetPositive [line 702]

boolean checkBrowserNetPositive( )

Determine if the browser is NetPositive or not. The browser is discontinued since November 2001.



Tags:

return:  Returns true if the browser is NetPositive, false otherwise.
link:  http://en.wikipedia.org/wiki/NetPositive
access:  protected


[ Top ]

method checkBrowserNetscape [line 713]

boolean checkBrowserNetscape( )

Determine if the browser is Netscape or not. Official support for this browser ended on March 1st, 2008.



Tags:

return:  Returns true if the browser is Netscape, false otherwise.
link:  http://en.wikipedia.org/wiki/Netscape
access:  protected


[ Top ]

method checkBrowserNokia [line 764]

boolean checkBrowserNokia( )

Determine if the browser is a Nokia browser or not.



Tags:

return:  Returns true if the browser is a Nokia browser, false otherwise.
link:  http://www.developer.nokia.com/Community/Wiki/User-Agent_headers_for_Nokia_devices
access:  protected


[ Top ]

method checkBrowserOmniWeb [line 788]

boolean checkBrowserOmniWeb( )

Determine if the browser is OmniWeb or not.



Tags:

return:  Returns true if the browser is OmniWeb, false otherwise.
link:  http://www.omnigroup.com/products/omniweb/
access:  protected


[ Top ]

method checkBrowserOpera [line 810]

boolean checkBrowserOpera( )

Determine if the browser is Opera or not.



Tags:

return:  Returns true if the browser is Opera, false otherwise.
link:  http://my.opera.com/community/openweb/idopera/
link:  http://www.opera.com/
link:  http://www.opera.com/mobile/
link:  http://www.opera.com/mini/
access:  protected


[ Top ]

method checkBrowserPhoenix [line 840]

boolean checkBrowserPhoenix( )

Determine if the browser is Phoenix or not. Phoenix was the name of Firefox from version 0.1 to 0.5.



Tags:

return:  Returns true if the browser is Phoenix, false otherwise.
access:  protected


[ Top ]

method checkBrowsers [line 849]

void checkBrowsers( )

Determine what is the browser used by the user.



Tags:

access:  protected


[ Top ]

method checkBrowserSafari [line 898]

boolean checkBrowserSafari( )

Determine if the browser is Safari or not.



Tags:



[ Top ]

method checkBrowserSlurp [line 937]

boolean checkBrowserSlurp( )

Determine if the browser is the Yahoo! Slurp crawler or not.



Tags:

return:  Returns true if the browser is Yahoo! Slurp, false otherwise.
access:  protected


[ Top ]

method checkBrowserUAWithVersion [line 954]

boolean checkBrowserUAWithVersion( mixed $uaNameToLookFor, string $userAgent, string $browserName, [boolean $isMobile = false], [boolean $isRobot = false])

Test the user agent for a specific browser that use a "Version" string (like Safari and Opera). The user agent should look like: "Version/1.0 Browser name/123.456" or "Browser name/123.456 Version/1.0".



Tags:

return:  Returns true if we found the browser we were looking for, false otherwise.
access:  protected


Parameters:

mixed   $uaNameToLookFor   The string (or array of strings) representing the browser name to find in the user agent.
string   $userAgent   The user agent string to work with.
string   $browserName   The litteral browser name. Always use a class constant!
boolean   $isMobile   Determines if the browser is from a mobile device.
boolean   $isRobot   Determines if the browser is a robot or not.

[ Top ]

method checkBrowserW3CValidator [line 988]

boolean checkBrowserW3CValidator( )

Determine if the browser is the W3C Validator or not.



Tags:

return:  Returns true if the browser is the W3C Validator, false otherwise.
link:  http://validator.w3.org/
access:  protected


[ Top ]

method checkBrowserYahooMultimedia [line 1025]

boolean checkBrowserYahooMultimedia( )

Determine if the browser is the Yahoo! multimedia crawler or not.



Tags:

return:  Returns true if the browser is the Yahoo! multimedia crawler, false otherwise.
access:  protected


[ Top ]

method checkForAol [line 1035]

boolean checkForAol( )

Determine if the user is using an AOL "optimized" browser or not.



Tags:

return:  Returns true if the browser is AOL optimized, false otherwise.
access:  protected


[ Top ]

method checkPlatform [line 1062]

void checkPlatform( )

Determine the user's platform.



Tags:

access:  protected


[ Top ]

method checkSimpleBrowserUA [line 1142]

boolean checkSimpleBrowserUA( mixed $uaNameToLookFor, string $userAgent, string $browserName, [boolean $isMobile = false], [boolean $isRobot = false], [string $separator = '/'])

Test the user agent for a specific browser where the browser name is immediately followed by the version number.

The user agent should look like: "Browser name/1.0" or "Browser 1.0;".




Tags:

return:  Returns true if we found the browser we were looking for, false otherwise.
access:  protected


Parameters:

mixed   $uaNameToLookFor   The string (or array of strings) representing the browser name to find in the user agent.
string   $userAgent   The user agent string to work with.
string   $browserName   The litteral browser name. Always use a class constant!
boolean   $isMobile   Determines if the browser is from a mobile device.
boolean   $isRobot   Determines if the browser is a robot or not.
string   $separator   The separator string used to split the browser name and the version number in the user agent.

[ Top ]

method cleanVersion [line 1192]

string cleanVersion( string $version)

Clean a version string from unwanted characters.



Tags:

return:  Returns the cleaned version number string.
access:  protected


Parameters:

string   $version   The version string to clean.

[ Top ]

method compareVersions [line 201]

int compareVersions( string $sourceVer, string $compareVer)

Compare two version number strings.



Tags:

return:  Returns 1 if $sourceVer < $compareVer, 0 if $sourceVer == $compareVer or -1 if $sourceVer > $compareVer.
access:  public


Parameters:

string   $sourceVer   The source version number.
string   $compareVer   The version number to compare with the source version number.

[ Top ]

method detect [line 1179]

void detect( )

Detect the user environment from the details in the user agent string.



Tags:

access:  protected


[ Top ]

method getAolVersion [line 243]

string getAolVersion( )

Get the version of AOL (if any). AOL releases "optimized" Internet Explorer and Firefox versions. In the making they add their version number in the user agent string of these browsers.



Tags:

return:  Returns the version of AOL or an empty string if no AOL version was found.
access:  public


[ Top ]

method getBrowser [line 253]

string getBrowser( )

Get the name of the browser. All of the return values are class constants. You can compare them like this: $myBrowserInstance->getBrowser() == BrowserDetection::BROWSER_FIREFOX.



Tags:

return:  Returns the name of the browser.
access:  public


[ Top ]

method getIECompatibilityView [line 268]

mixed getIECompatibilityView( [bool $asArray = false])

Get the name and version of the browser emulated in the compatibility view mode (if any). Since Internet Explorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.



Tags:

return:  If a string was requested, the function returns the name and version of the browser emulated in the compatibility view mode or an empty string if the browser is not in compatibility view mode. If an array was requested, an array with the keys 'browser' and 'version' is returned.
access:  public


Parameters:

bool   $asArray   Determines if the return value must be an array (true) or a string (false).

[ Top ]

method getPlatform [line 283]

string getPlatform( )

Get the name of the platform on which the browser is runned on (such as Windows, Apple, iPhone, etc.). All of the return values are class constants. You can compare them like this: $myBrowserInstance->getPlatform() == BrowserDetection::PLATFORM_ANDROID.



Tags:

return:  Returns the name of the platform or BrowserDetection::PLATFORM_UNKNOWN if unknown.
access:  public


[ Top ]

method getUserAgent [line 292]

string getUserAgent( )

Get the user agent value used by the class to determine the browser details.



Tags:

return:  The user agent string.
access:  public


[ Top ]

method getVersion [line 301]

string getVersion( )

Get the version of the browser.



Tags:

return:  Returns the version of the browser or BrowserDetection::VERSION_UNKNOWN if unknown.
access:  public


[ Top ]

method isAol [line 311]

boolean isAol( )

Determine if the browser is from AOL. AOL releases "optimized" Internet Explorer and Firefox versions. In the making they add their details in the user agent string of these browsers.



Tags:

return:  Returns true if the browser is from AOL, false otherwise.
access:  public


[ Top ]

method isChromeFrame [line 321]

boolean isChromeFrame( )

Determine if the browser runs Google Chrome Frame (it's a plug-in designed for Internet Explorer 6+ based on the open-source Chromium project - it's like a Chrome browser within IE).



Tags:

return:  Returns true if the browser is using Google Chrome Frame, false otherwise.
access:  public


[ Top ]

method isInIECompatibilityView [line 332]

boolean isInIECompatibilityView( )

Determine if the browser is in compatibility view or not. Since Internet Explorer 8, IE can be put in compatibility mode to make websites that were created for older browsers, especially IE 6 and 7, look better in IE 8+ which renders web pages closer to the standards and thus differently from those older versions of IE.



Tags:

return:  Returns true if the browser is in compatibility view, false otherwise.
access:  public


[ Top ]

method isMobile [line 341]

boolean isMobile( )

Determine if the browser is from a mobile device or not.



Tags:

return:  Returns true if the browser is from a mobile device, false otherwise.
access:  public


[ Top ]

method isRobot [line 350]

boolean isRobot( )

Determine if the browser is a robot (Googlebot, Bingbot, Yahoo! Slurp...) or not.



Tags:

return:  Returns true if the browser is a robot, false otherwise.
access:  public


[ Top ]

method parseInt [line 1214]

int parseInt( string $intStr)

Get the integer value of a string variable.



Tags:

return:  The integer value of $intStr on success, or 0 on failure.
access:  protected


Parameters:

string   $intStr   The scalar value being converted to an integer.

[ Top ]

method reset [line 1223]

void reset( )

Reset all the properties of the class.



Tags:

access:  protected


[ Top ]

method safariBuildToSafariVer [line 1245]

string safariBuildToSafariVer( string $version)

Convert a Safari build number to a Safari version number.



Tags:

return:  Returns the Safari version string. If the version can't be determined, an empty string is returned.
link:  http://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html
access:  protected


Parameters:

string   $version   A string representing the version number.

[ Top ]

method setAol [line 1326]

void setAol( boolean $isAol)

Set the browser to be from AOL or not.



Tags:

access:  protected


Parameters:

boolean   $isAol   Value that tells if the browser is AOL or not.

[ Top ]

method setAolVersion [line 1336]

void setAolVersion( string $version)

Set the version of AOL.



Tags:

access:  protected


Parameters:

string   $version   The version of AOL (will be cleaned).

[ Top ]

method setBrowser [line 1348]

void setBrowser( string $browserName)

Set the name of the browser.



Tags:

access:  protected


Parameters:

string   $browserName   The name of the browser.

[ Top ]

method setMobile [line 1358]

void setMobile( [boolean $isMobile = true])

Set the browser to be from a mobile device or not.



Tags:

access:  protected


Parameters:

boolean   $isMobile   Value that tells if the browser is on a mobile device or not.

[ Top ]

method setPlatform [line 1368]

void setPlatform( string $platform)

Set the platform on which the browser is on.



Tags:

access:  protected


Parameters:

string   $platform   The name of the platform.

[ Top ]

method setRobot [line 1378]

void setRobot( [boolean $isRobot = true])

Set the browser to be a robot (crawler) or not.



Tags:

access:  protected


Parameters:

boolean   $isRobot   Value that tells if the browser is a robot or not.

[ Top ]

method setUserAgent [line 360]

void setUserAgent( [string $agentString = ''])

Set the user agent to use with the class.



Tags:

access:  public


Parameters:

string   $agentString   The value of the user agent. If an empty string is sent (default), $_SERVER['HTTP_USER_AGENT'] will be used.

[ Top ]

method setVersion [line 1388]

void setVersion( string $version)

Set the version of the browser.



Tags:

access:  protected


Parameters:

string   $version   The version of the browser.

[ Top ]

method webKitBuildToSafariVer [line 1407]

string webKitBuildToSafariVer( string $version)

Convert a WebKit build number to a Safari version number.



Tags:

return:  Returns the Safari version string. If the version can't be determined, an empty string is returned.
link:  http://web.archive.org/web/20080514173941/http://developer.apple.com/internet/safari/uamatrix.html
access:  protected


Parameters:

string   $version   A string representing the version number.

[ Top ]

method __toString [line 162]

string __toString( )

Determine how the class will react when it is treated like a string.



Tags:

return:  Returns an HTML formatted string with a summary of the browser informations.
access:  public


[ Top ]


Class Constants

BROWSER_AMAYA =  'Amaya'

[line 78]


[ Top ]

BROWSER_ANDROID =  'Android'

[line 79]


[ Top ]

BROWSER_BINGBOT =  'Bingbot'

[line 80]


[ Top ]

BROWSER_BLACKBERRY =  'BlackBerry'

[line 81]


[ Top ]

BROWSER_CHROME =  'Chrome'

[line 82]


[ Top ]

BROWSER_FIREBIRD =  'Firebird'

[line 83]


[ Top ]

BROWSER_FIREFOX =  'Firefox'

[line 84]


[ Top ]

BROWSER_GALEON =  'Galeon'

[line 85]


[ Top ]

BROWSER_GOOGLEBOT =  'Googlebot'

[line 86]


[ Top ]

BROWSER_ICAB =  'iCab'

[line 87]


[ Top ]

BROWSER_ICECAT =  'GNU IceCat'

[line 88]


[ Top ]

BROWSER_ICEWEASEL =  'GNU IceWeasel'

[line 89]


[ Top ]

BROWSER_IE =  'Internet Explorer'

[line 90]


[ Top ]

BROWSER_IE_MOBILE =  'Internet Explorer Mobile'

[line 91]


[ Top ]

BROWSER_KONQUEROR =  'Konqueror'

[line 92]


[ Top ]

BROWSER_LYNX =  'Lynx'

[line 93]


[ Top ]

BROWSER_MOZILLA =  'Mozilla'

[line 94]


[ Top ]

BROWSER_MSNBOT =  'MSNBot'

[line 95]


[ Top ]

BROWSER_MSNTV =  'MSN TV'

[line 96]


[ Top ]

BROWSER_NETPOSITIVE =  'NetPositive'

[line 97]


[ Top ]

BROWSER_NETSCAPE =  'Netscape'

[line 98]


[ Top ]

BROWSER_NOKIA =  'Nokia Browser'

[line 99]


[ Top ]

BROWSER_OMNIWEB =  'OmniWeb'

[line 100]


[ Top ]

BROWSER_OPERA =  'Opera'

[line 101]


[ Top ]

BROWSER_OPERA_MINI =  'Opera Mini'

[line 102]


[ Top ]

BROWSER_OPERA_MOBILE =  'Opera Mobile'

[line 103]


[ Top ]

BROWSER_PHOENIX =  'Phoenix'

[line 104]


[ Top ]

BROWSER_SAFARI =  'Safari'

[line 105]


[ Top ]

BROWSER_SLURP =  'Yahoo! Slurp'

[line 106]


[ Top ]

BROWSER_TABLET_OS =  'BlackBerry Tablet OS'

[line 107]


[ Top ]

BROWSER_UNKNOWN =  'unknown'

[line 108]


[ Top ]

BROWSER_W3CVALIDATOR =  'W3C Validator'

[line 109]


[ Top ]

BROWSER_YAHOO_MM =  'Yahoo! Multimedia'

[line 110]


[ Top ]

PLATFORM_ANDROID =  'Android'

[line 111]


[ Top ]

PLATFORM_BEOS =  'BeOS'

[line 112]


[ Top ]

PLATFORM_BLACKBERRY =  'BlackBerry'

[line 113]


[ Top ]

PLATFORM_FREEBSD =  'FreeBSD'

[line 114]


[ Top ]

PLATFORM_IPAD =  'iPad'

[line 115]


[ Top ]

PLATFORM_IPHONE =  'iPhone'

[line 116]


[ Top ]

PLATFORM_IPOD =  'iPod'

[line 117]


[ Top ]

PLATFORM_LINUX =  'Linux'

[line 118]


[ Top ]

PLATFORM_MACINTOSH =  'Macintosh'

[line 119]


[ Top ]

PLATFORM_NETBSD =  'NetBSD'

[line 120]


[ Top ]

PLATFORM_NOKIA =  'Nokia'

[line 121]


[ Top ]

PLATFORM_OPENBSD =  'OpenBSD'

[line 122]


[ Top ]

PLATFORM_OPENSOLARIS =  'OpenSolaris'

[line 123]


[ Top ]

PLATFORM_OS2 =  'OS/2'

[line 124]


[ Top ]

PLATFORM_SUNOS =  'SunOS'

[line 125]


[ Top ]

PLATFORM_SYMBIAN =  'Symbian'

[line 126]


[ Top ]

PLATFORM_UNKNOWN =  'unknown'

[line 127]


[ Top ]

PLATFORM_WINDOWS =  'Windows'

[line 128]


[ Top ]

PLATFORM_WINDOWS_CE =  'Windows CE'

[line 129]


[ Top ]

PLATFORM_WINDOWS_PHONE =  'Windows Phone'

[line 130]


[ Top ]

VERSION_UNKNOWN =  'unknown'

[line 131]


[ Top ]



Documentation generated on Thu, 05 Jun 2014 13:32:53 -0400 by phpDocumentor 1.4.3