PHP Class BcAgent

Afficher le fichier Open project: baserproject/basercms Class Usage Examples

Méthodes publiques

Свойство Type Description
$sessionId boolean セッションIDを付与するかどうか
$type string 検出器タイプ

Protected Properties

Свойство Type Description
$_configName string 設定ファイルのキー名

Méthodes publiques

Méthode Description
getDetectorRegex ( ) : string ユーザーエージェントの判定用正規表現を取得
isMatchDecisionKey ( ) : boolean ユーザーエージェントがキーワードを含むかどうかを判定

Méthodes protégées

Méthode Description
_getDefaultConfig ( ) : array デフォルトの設定値を取得
_setConfig ( array $config ) : void 設定

Method Details

_getDefaultConfig() protected méthode

デフォルトの設定値を取得
protected _getDefaultConfig ( ) : array
Résultat array

_setConfig() protected méthode

設定
protected _setConfig ( array $config ) : void
$config array 設定の配列
Résultat void

getDetectorRegex() public méthode

ユーザーエージェントの判定用正規表現を取得
public getDetectorRegex ( ) : string
Résultat string

isMatchDecisionKey() public méthode

ユーザーエージェントがキーワードを含むかどうかを判定
public isMatchDecisionKey ( ) : boolean
Résultat boolean

Property Details

$_configName protected_oe static_oe property

設定ファイルのキー名
protected static string $_configName
Résultat string

$sessionId public_oe property

セッションIDを付与するかどうか
public bool $sessionId
Résultat boolean

$type public_oe property

検出器タイプ
public string $type
Résultat string