baserCMS クラスリファレンス

BcFrontAppView extends AppView
in package

BcFrontAppView

Tags
uses
BcFrontAppView
used-by
BcFrontAppView
used-by
BcFrontEmailView

Table of Contents

Properties

$BcBaser  : BcBaserHelper
$BcContents  : BcContentsHelper
$BcForm  : BcFormHelper
$BcText  : BcTextHelper
$BcTime  : BcTimeHelper
$BcToolbar  : BcToolbarHelper
$BcUpload  : BcUploadHelper
$_View  : View
View

Methods

dispatchLayerEvent()  : bool|Event
イベントを発火
evaluate()  : string
テンプレートを描画する 固定ページで利用
getExt()  : string
拡張子を取得する
initialize()  : void
initialize
setThemeHelpers()  : void
テーマ用のヘルパーをセットする

Properties

$BcContents

public BcContentsHelper $BcContents

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
checked
unitTest
noTodo
Return values
bool|Event

evaluate()

テンプレートを描画する 固定ページで利用

public evaluate(string $templateFile) : string
Parameters
$templateFile : string

Filename of the template.

Tags
checked
noTodo
Return values
string

Rendered output

getExt()

拡張子を取得する

public getExt() : string
Tags
checked
noTodo
Return values
string

initialize()

initialize

public initialize() : void
Tags
checked
unitTest
noTodo

setThemeHelpers()

テーマ用のヘルパーをセットする

protected setThemeHelpers() : void
Tags
checked
noTodo

        
On this page

Search results