BcSmartphoneHelper
extends Helper
in package
uses
BcEventDispatcherTrait
スマホヘルパー
Attributes
- #[AllowDynamicProperties]
Table of Contents
Properties
Methods
- afterLayout() : void
- afterLayout
- dispatchLayerEvent() : bool|Event
- イベントを発火
- _addPrefix() : string
- リンクにモバイル用のプレフィックスを追加する preg_replace_callback のコールバック関数
- _removePrefix() : string
- リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数
Properties
$helpers
ヘルパ
public
array<string|int, mixed>
$helpers
= ['BaserCore.BcHtml']
$_View
View
protected
View
$_View
Methods
afterLayout()
afterLayout
public
afterLayout(mixed $layoutFile) : void
Parameters
- $layoutFile : mixed
Tags
dispatchLayerEvent()
イベントを発火
public
dispatchLayerEvent(string $name[, array<string|int, mixed> $data = [] ][, mixed $options = [] ]) : bool|Event
Parameters
- $name : string
- $data : array<string|int, mixed> = []
- $options : mixed = []
Tags
Return values
bool|Event_addPrefix()
リンクにモバイル用のプレフィックスを追加する preg_replace_callback のコールバック関数
protected
_addPrefix(array<string|int, mixed> $matches) : string
Parameters
- $matches : array<string|int, mixed>
Tags
Return values
string_removePrefix()
リンクからモバイル用のプレフィックスを除外する preg_replace_callback のコールバック関数
protected
_removePrefix(array<string|int, mixed> $matches) : string
Parameters
- $matches : array<string|int, mixed>