PHP 클래스 WhichBrowser\Model\Browser

상속: extends WhichBrowser\Model\Primitive\NameVersion
파일 보기 프로젝트 열기: whichbrowser/parser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$channel string
$family
$hidden boolean
$mode string
$stock boolean
$type string
$using WhichBrowser\Model\Using Information about web views the browser is using

공개 메소드들

메소드 설명
getName ( ) : string Get the name in a human readable format
isFamily ( string $name ) : boolean Is the browser from the specified family
isUsing ( string $name ) : boolean Is the browser using the specified webview
reset ( array | null $properties = null ) Set the properties to the default values
toArray ( ) : array Get an array of all defined properties
toString ( ) : string Get a combined name and version number in a human readable format

메소드 상세

getName() 공개 메소드

Get the name in a human readable format
public getName ( ) : string
리턴 string

isFamily() 공개 메소드

Is the browser from the specified family
public isFamily ( string $name ) : boolean
$name string The name of the family
리턴 boolean

isUsing() 공개 메소드

Is the browser using the specified webview
public isUsing ( string $name ) : boolean
$name string The name of the webview
리턴 boolean

reset() 공개 메소드

Set the properties to the default values
public reset ( array | null $properties = null )
$properties array | null An optional array of properties to set after setting it to the default values

toArray() 공개 메소드

Get an array of all defined properties
public toArray ( ) : array
리턴 array

toString() 공개 메소드

Get a combined name and version number in a human readable format
public toString ( ) : string
리턴 string

프로퍼티 상세

$channel 공개적으로 프로퍼티

public string $channel
리턴 string

$family 공개적으로 프로퍼티

public $family

$hidden 공개적으로 프로퍼티

public bool $hidden
리턴 boolean

$mode 공개적으로 프로퍼티

public string $mode
리턴 string

$stock 공개적으로 프로퍼티

public bool $stock
리턴 boolean

$type 공개적으로 프로퍼티

public string $type
리턴 string

$using 공개적으로 프로퍼티

Information about web views the browser is using
public Using,WhichBrowser\Model $using
리턴 WhichBrowser\Model\Using