Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getType () | |
getImageFormatSupport () | |
getPreferredMarkup () | |
getXhtmlSupportLevel () | |
hasFlashSupport () | |
hasPdfSupport () | |
![]() | |
__construct ($userAgent=null, array $server=array(), array $config=array()) | |
serialize () | |
unserialize ($serialized) | |
getType () | |
hasFeature ($feature) | |
getFeature ($feature) | |
setFeature ($feature, $value=false, $group='') | |
setGroup ($group, $feature) | |
getGroup ($group) | |
getAllFeatures () | |
getAllGroups () | |
getImageFormatSupport () | |
getMaxImageHeight () | |
getMaxImageWidth () | |
getPhysicalScreenHeight () | |
getPhysicalScreenWidth () | |
getPreferredMarkup () | |
getXhtmlSupportLevel () | |
hasFlashSupport () | |
hasPdfSupport () | |
hasPhoneNumber () | |
httpsSupport () | |
getBrowser () | |
getBrowserVersion () | |
getUserAgent () | |
getImages () | |
setBrowser ($browser) | |
setBrowserVersion ($browserVersion) | |
setUserAgent ($userAgent) | |
setImages ($_images) | |
Static Public Member Functions | |
static | match ($userAgent, $server) |
![]() | |
static | extractFromUserAgent ($userAgent) |
Protected Member Functions | |
_defineFeatures () | |
![]() | |
_restoreFromArray (array $spec) | |
_defineFeatures () | |
_getDefaultFeatures () | |
_loadFeaturesAdapter () | |
Static Protected Attributes | |
static | $_uaSignatures |
Additional Inherited Members | |
![]() | |
static | _matchAgentAgainstSignatures ($userAgent, $signatures) |
![]() | |
$_browser = '' | |
$_browserVersion = '' | |
$_config | |
$_userAgent | |
$_server | |
$_images | |
$_aFeatures = array() | |
$_aGroup = array() | |
|
protected |
Look for features
Definition at line 73 of file Text.php.
getImageFormatSupport | ( | ) |
getPreferredMarkup | ( | ) |
getType | ( | ) |
getXhtmlSupportLevel | ( | ) |
hasFlashSupport | ( | ) |
hasPdfSupport | ( | ) |
|
static |
Comparison of the UserAgent chain and User Agent signatures
string | $userAgent | User Agent chain |
array | $server | $_SERVER like param |
Implements Zend_Http_UserAgent_Device.
Definition at line 53 of file Text.php.
|
staticprotected |