baserCMS クラスリファレンス

BlogFrontAppView extends BcFrontAppView
in package

Class BlogAppView

Table of Contents

$BcBaser  : BcBaserHelper
$BcContents  : BcContentsHelper
$BcForm  : BcFormHelper
$BcText  : BcTextHelper
$BcTime  : BcTimeHelper
$BcToolbar  : BcToolbarHelper
$BcUpload  : BcUploadHelper
$Blog  : BlogHelper
$Rss  : RssHelper
$_View  : View
View
dispatchLayerEvent()  : bool|Event
イベントを発火
evaluate()  : string
テンプレートを描画する 固定ページで利用
getExt()  : string
拡張子を取得する
initialize()  : void
initialize
setThemeHelpers()  : void
テーマ用のヘルパーをセットする

Properties

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.

Return values
string

Rendered output

getExt()

拡張子を取得する

public getExt() : string
Return values
string

initialize()

initialize

public initialize() : void
Tags
checked
noTodo
unitTest
Return values
void

setThemeHelpers()

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

protected setThemeHelpers() : void
Return values
void

Search results