PeServer

DumpModifier extends TemplateModifierBase
in package

Table of Contents

Properties

$argument  : TemplatePluginArgument

Methods

__construct()  : mixed
getModifierName()  : string
修正子名取得。
modifierBody()  : 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()  : string

Properties

Methods

getModifierName()

修正子名取得。

public 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 modifierBodyImpl(mixed $value, mixed ...$params) : string
Parameters
$value : mixed
$params : mixed
Return values
string

        
On this page

Search results