PHP Класс Mobile, ezcrypt

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$accept
$detectionRules
$isMobile Assume the visitor has a desktop environment.
$isTablet
$operatingSystemName
$operatingSystems List of mobile Operating Systems.
$phoneDeviceName
$phoneDevices List of mobile devices (phones)
$tabletDevicename
$tabletDevices List of tablet devices.
$userAgent
$userAgentName
$userAgents List of mobile User Agents.

Открытые методы

Метод Описание
__call ( string $name, array $arguments ) : mixed Magic overloading method.
__construct ( )
getRules ( )
isMobile ( ) : boolean Check if the device is mobile.
isTablet ( ) : boolean Check if the device is a tablet.

Приватные методы

Метод Описание
_detect ( type $key = '' ) : boolean | null Private method that does the detection of the mobile devices.

Описание методов

__call() публичный Метод

Magic overloading method.
public __call ( string $name, array $arguments ) : mixed
$name string
$arguments array
Результат mixed

__construct() публичный Метод

public __construct ( )

getRules() публичный Метод

public getRules ( )

isMobile() публичный Метод

Returns true if any type of mobile device detected, including special ones
public isMobile ( ) : boolean
Результат boolean

isTablet() публичный Метод

Return true if any type of tablet device is detected.
public isTablet ( ) : boolean
Результат boolean

Описание свойств

$accept защищенное свойство

protected $accept

$detectionRules защищенное свойство

protected $detectionRules

$isMobile защищенное свойство

Assume the visitor has a desktop environment.
protected $isMobile

$isTablet защищенное свойство

protected $isTablet

$operatingSystemName защищенное свойство

protected $operatingSystemName

$operatingSystems защищенное свойство

List of mobile Operating Systems.
protected $operatingSystems

$phoneDeviceName защищенное свойство

protected $phoneDeviceName

$phoneDevices защищенное свойство

List of mobile devices (phones)
protected $phoneDevices

$tabletDevicename защищенное свойство

protected $tabletDevicename

$tabletDevices защищенное свойство

List of tablet devices.
protected $tabletDevices

$userAgent защищенное свойство

protected $userAgent

$userAgentName защищенное свойство

protected $userAgentName

$userAgents защищенное свойство

List of mobile User Agents.
protected $userAgents