PHP Класс WhichBrowser\Model\Browser

Наследование: extends WhichBrowser\Model\Primitive\NameVersion
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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