PHP 클래스 DeviceDetector\Parser\Client\Browser\Engine

Client parser for browser engine detection
상속: extends DeviceDetector\Parser\Client\ClientParserAbstract
파일 보기 프로젝트 열기: piwik/device-detector 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$availableEngines array Known browser engines mapped to their internal short codes
$fixtureFile
$parserName

공개 메소드들

메소드 설명
getAvailableEngines ( ) : array Returns list of all available browser engines
parse ( )

메소드 상세

getAvailableEngines() 공개 정적인 메소드

Returns list of all available browser engines
public static getAvailableEngines ( ) : array
리턴 array

parse() 공개 메소드

public parse ( )

프로퍼티 상세

$availableEngines 보호되어 있는 정적으로 프로퍼티

Known browser engines mapped to their internal short codes
protected static array $availableEngines
리턴 array

$fixtureFile 보호되어 있는 프로퍼티

protected $fixtureFile

$parserName 보호되어 있는 프로퍼티

protected $parserName