Procedural File: TeraWurfl.php
Source Location: /TeraWurfl.php
Classes:
TeraWurfl
The main Tera-WURFL Class, provides all end-user methods and properties for interacting with Tera-WURFL
Page Details:
Copyright (c) 2011 ScientiaMobile, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Refer to the COPYING.txt file distributed with this package.
Tags:
Includes:
require_once(realpath(dirname(__FILE__).'/WurflConstants.php')) [line 24]
Include required files
require_once(realpath(dirname(__FILE__).'/DatabaseConnectors/TeraWurflDatabase.php')) [line 23]
Include required files
require_once(realpath(dirname(__FILE__).'/TeraWurflUtils/TeraWurflLoader.php')) [line 25]
Include required files
require_once(realpath(dirname(__FILE__).'/UserAgentMatcherFactory.php')) [line 26]
Include required files
require_once(realpath(dirname(__FILE__).'/TeraWurflConfig.php')) [line 19]
require_once(realpath(dirname(__FILE__).'/UserAgentUtils.php')) [line 27]
Include required files
require_once(realpath(dirname(__FILE__).'/WurflSupport.php')) [line 28]
Include required files
require_once(realpath(dirname(__FILE__).'/UserAgentMatchers/UserAgentMatcher.php')) [line 29]
Include required files
require_once(realpath(dirname(__FILE__).'/HttpHeaderNormalizers/GenericUserAgentNormalizer.php')) [line 31]
Include required files
require_once(realpath(dirname(__FILE__).'/TeraWurflHttpRequest/TeraWurflHttpRequest.php')) [line 32]
Include required files
require_once(realpath(dirname(__FILE__).'/TeraWurflExceptions/TeraWurflExceptions.php')) [line 33]
Include required files
require_once(realpath(dirname(__FILE__).'/HttpHeaderNormalizers/IHttpHeaderNormalizer.php')) [line 30]
Include required files
|