Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Http
UserAgent
Device.php
Go to the documentation of this file.
1
<?php
31
interface
Zend_Http_UserAgent_Device
extends
Serializable
32
{
45
public
function
__construct
($userAgent =
null
, array $server = array(), array
$config
= array());
46
56
public
static
function
match
($userAgent, $server);
57
63
public
function
getAllFeatures
();
64
70
public
function
getAllGroups
();
71
78
public
function
hasFeature
($feature);
79
86
public
function
getFeature
($feature);
87
93
public
function
getBrowser
();
94
100
public
function
getBrowserVersion
();
101
108
public
function
getGroup
(
$group
);
109
115
public
function
getImageFormatSupport
();
116
122
public
function
getImages
();
123
129
public
function
getMaxImageHeight
();
130
136
public
function
getMaxImageWidth
();
137
143
public
function
getPhysicalScreenHeight
();
144
150
public
function
getPhysicalScreenWidth
();
151
157
public
function
getPreferredMarkup
();
158
164
public
function
getUserAgent
();
165
171
public
function
getXhtmlSupportLevel
();
172
178
public
function
hasFlashSupport
();
179
185
public
function
hasPdfSupport
();
186
192
public
function
hasPhoneNumber
();
193
199
public
function
httpsSupport
();
200
}
Zend_Http_UserAgent_Device\__construct
__construct($userAgent=null, array $server=array(), array $config=array())
Zend_Http_UserAgent_Device\getImageFormatSupport
getImageFormatSupport()
Zend_Http_UserAgent_Device\getBrowser
getBrowser()
$config
$config
Definition:
fraud_order.php:17
Zend_Http_UserAgent_Device\getFeature
getFeature($feature)
Zend_Http_UserAgent_Device\match
static match($userAgent, $server)
$group
$group
Definition:
sections.phtml:16
Zend_Http_UserAgent_Device\getPhysicalScreenWidth
getPhysicalScreenWidth()
Zend_Http_UserAgent_Device\getXhtmlSupportLevel
getXhtmlSupportLevel()
Zend_Http_UserAgent_Device\hasPhoneNumber
hasPhoneNumber()
Zend_Http_UserAgent_Device\getBrowserVersion
getBrowserVersion()
Zend_Http_UserAgent_Device\hasPdfSupport
hasPdfSupport()
Zend_Http_UserAgent_Device\hasFlashSupport
hasFlashSupport()
Zend_Http_UserAgent_Device\getGroup
getGroup($group)
Zend_Http_UserAgent_Device\getMaxImageWidth
getMaxImageWidth()
Zend_Http_UserAgent_Device\httpsSupport
httpsSupport()
Zend_Http_UserAgent_Device
Definition:
Device.php:31
Zend_Http_UserAgent_Device\getMaxImageHeight
getMaxImageHeight()
Zend_Http_UserAgent_Device\getUserAgent
getUserAgent()
Zend_Http_UserAgent_Device\hasFeature
hasFeature($feature)
Zend_Http_UserAgent_Device\getAllGroups
getAllGroups()
Zend_Http_UserAgent_Device\getPreferredMarkup
getPreferredMarkup()
Zend_Http_UserAgent_Device\getPhysicalScreenHeight
getPhysicalScreenHeight()
Zend_Http_UserAgent_Device\getAllFeatures
getAllFeatures()
Zend_Http_UserAgent_Device\getImages
getImages()