PHP 클래스 Mobile, ezcrypt

파일 보기 프로젝트 열기: novaking/ezcrypt 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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