PHP Class BcLang

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

Méthodes publiques

Свойство Type Description
$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 デフォルトの設定値を取得
_parseLang ( $acceptLanguage ) : array | string 言語データを解析する
_setConfig ( array $config ) : void 設定

Method Details

_getDefaultConfig() protected méthode

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

_parseLang() protected méthode

最優先の言語のみ対応
protected _parseLang ( $acceptLanguage ) : array | string
$acceptLanguage
Résultat array | string

_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

$type public_oe property

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