PHP 클래스 Browscap\Data\Platform

저자: Thomas Müller ([email protected])
파일 보기 프로젝트 열기: browscap/browscap 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $match, array $properties, boolean $isLite, boolean $standard )
getMatch ( ) : string
getProperties ( ) : string[]
isLite ( ) : boolean
isStandard ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( string $match, array $properties, boolean $isLite, boolean $standard )
$match string
$properties array
$isLite boolean
$standard boolean

getMatch() 공개 메소드

public getMatch ( ) : string
리턴 string

getProperties() 공개 메소드

public getProperties ( ) : string[]
리턴 string[]

isLite() 공개 메소드

public isLite ( ) : boolean
리턴 boolean

isStandard() 공개 메소드

public isStandard ( ) : boolean
리턴 boolean