Property | Type | Description | |
---|---|---|---|
$sessionId | boolean | セッションIDを付与するかどうか | |
$type | string | 検出器タイプ |
Property | Type | Description | |
---|---|---|---|
$_configName | string | 設定ファイルのキー名 |
Method | Description | |
---|---|---|
getDetectorRegex ( ) : string | ユーザーエージェントの判定用正規表現を取得 | |
isMatchDecisionKey ( ) : boolean | ユーザーエージェントがキーワードを含むかどうかを判定 |
Method | Description | |
---|---|---|
_getDefaultConfig ( ) : array | デフォルトの設定値を取得 | |
_setConfig ( array $config ) : void | 設定 |
protected _getDefaultConfig ( ) : array | ||
return | array |
protected _setConfig ( array $config ) : void | ||
$config | array | 設定の配列 |
return | void |
public getDetectorRegex ( ) : string | ||
return | string |
public isMatchDecisionKey ( ) : boolean | ||
return | boolean |
protected static string $_configName | ||
return | string |