PeServer

TemplateModifierBase extends TemplatePluginBase
in package
implements ITemplateModifier

AbstractYes

Table of Contents

Interfaces

ITemplateModifier
smarty 修正子

Properties

$argument  : TemplatePluginArgument

Methods

getModifierName()  : string
修正子名取得。
modifierBody()  : mixed
修正子処理出力。
__construct()  : mixed
existsSmartyError()  : bool
エラーが存在するか。
existsSmartyValues()  : bool
getSmartyErrors()  : array<string, array<string|int, string>>
Undocumented function
getSmartyValues()  : array<string, string|array<string|int, string>|bool|int|object>
Undocumented function
modifierBodyImpl()  : mixed

Properties

Methods

getModifierName()

修正子名取得。

public abstract getModifierName() : string
Return values
string

modifierBody()

修正子処理出力。

public modifierBody(mixed $value, mixed ...$params) : mixed
Parameters
$value : mixed
$params : mixed

existsSmartyError()

エラーが存在するか。

protected existsSmartyError(Template $smartyTemplate) : bool
Parameters
$smartyTemplate : Template
Return values
bool

existsSmartyValues()

protected existsSmartyValues(Template $smartyTemplate) : bool
Parameters
$smartyTemplate : Template
Return values
bool

getSmartyErrors()

Undocumented function

protected getSmartyErrors(Template $smartyTemplate) : array<string, array<string|int, string>>
Parameters
$smartyTemplate : Template
Return values
array<string, array<string|int, string>>

getSmartyValues()

Undocumented function

protected getSmartyValues(Template $smartyTemplate) : array<string, string|array<string|int, string>|bool|int|object>
Parameters
$smartyTemplate : Template
Return values
array<string, string|array<string|int, string>|bool|int|object>

modifierBodyImpl()

protected abstract modifierBodyImpl(mixed $value, mixed ...$params) : mixed
Parameters
$value : mixed
$params : mixed

        
On this page

Search results