BcFrontAppView
extends AppView
in package
BcFrontAppView
Tags
Table of Contents
- $BcBaser : BcBaserHelper
- $BcContents : BcContentsHelper
- $BcForm : BcFormHelper
- $BcText : BcTextHelper
- $BcTime : BcTimeHelper
- $BcToolbar : BcToolbarHelper
- $BcUpload : BcUploadHelper
- $_View : View
- View
- dispatchLayerEvent() : bool|Event
- イベントを発火
- evaluate() : string
- テンプレートを描画する 固定ページで利用
- getExt() : string
- 拡張子を取得する
- initialize() : void
- initialize
- setThemeHelpers() : void
- テーマ用のヘルパーをセットする
Properties
$BcBaser
public
BcBaserHelper
$BcBaser
$BcContents
public
BcContentsHelper
$BcContents
$BcForm
public
BcFormHelper
$BcForm
$BcText
public
BcTextHelper
$BcText
$BcTime
public
BcTimeHelper
$BcTime
$BcToolbar
public
BcToolbarHelper
$BcToolbar
$BcUpload
public
BcUploadHelper
$BcUpload
$_View
View
protected
View
$_View
Methods
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 —evaluate()
テンプレートを描画する 固定ページで利用
public
evaluate(string $templateFile) : string
Parameters
- $templateFile : string
-
Filename of the template.
Return values
string —Rendered output
getExt()
拡張子を取得する
public
getExt() : string
Return values
string —initialize()
initialize
public
initialize() : void
Tags
Return values
void —setThemeHelpers()
テーマ用のヘルパーをセットする
protected
setThemeHelpers() : void