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