PHP Class BcMobileHelper

Inheritance: extends Helper
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Свойство Type Description
$helpers array ヘルパ

Méthodes publiques

Méthode Description
afterLayout ( $layoutFile ) : void afterLayout
afterRender ( string $viewFile ) After Render
header ( ) : void コンテンツタイプを出力

Méthodes protégées

Méthode Description
_addMobilePrefix ( array $matches ) : string リンクにモバイル用のプレフィックスを追加する preg_replace_callback のコールバック関数
_removeMobilePrefix ( array $matches ) : string リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数

Method Details

_addMobilePrefix() protected méthode

リンクにモバイル用のプレフィックスを追加する preg_replace_callback のコールバック関数
protected _addMobilePrefix ( array $matches ) : string
$matches array
Résultat string

_removeMobilePrefix() protected méthode

リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数
protected _removeMobilePrefix ( array $matches ) : string
$matches array
Résultat string

afterLayout() public méthode

afterLayout
public afterLayout ( $layoutFile ) : void
Résultat void

afterRender() public méthode

After Render
public afterRender ( string $viewFile )
$viewFile string

header() public méthode

コンテンツタイプを出力
public header ( ) : void
Résultat void

Property Details

$helpers public_oe property

ヘルパ
public array $helpers
Résultat array