Property | Type | Description | |
---|---|---|---|
$helpers | array | ヘルパ |
Method | Description | |
---|---|---|
afterLayout ( $layoutFile ) : void | afterLayout | |
afterRender ( string $viewFile ) | After Render | |
header ( ) : void | コンテンツタイプを出力 |
Method | Description | |
---|---|---|
_addMobilePrefix ( array $matches ) : string | リンクにモバイル用のプレフィックスを追加する preg_replace_callback のコールバック関数 | |
_removeMobilePrefix ( array $matches ) : string | リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数 |
protected _addMobilePrefix ( array $matches ) : string | ||
$matches | array | |
return | string |
protected _removeMobilePrefix ( array $matches ) : string | ||
$matches | array | |
return | string |