PHP Class BcSmartphoneHelper

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

Méthodes protégées

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

Method Details

_addPrefix() protected méthode

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

_removePrefix() protected méthode

リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数
protected _removePrefix ( 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

Property Details

$helpers public_oe property

ヘルパ
public array $helpers
Résultat array