PHP Class BcSmartphoneHelper

Inheritance: extends Helper
Show file Open project: baserproject/basercms

Public Properties

Property Type Description
$helpers array ヘルパ

Public Methods

Method Description
afterLayout ( $layoutFile ) : void afterLayout
afterRender ( string $viewFile ) After Render

Protected Methods

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

Method Details

_addPrefix() protected method

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

_removePrefix() protected method

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

afterLayout() public method

afterLayout
public afterLayout ( $layoutFile ) : void
return void

afterRender() public method

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

Property Details

$helpers public property

ヘルパ
public array $helpers
return array