TemplatePluginBase
in package
AbstractYes
Table of Contents
Properties
Methods
- __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
Properties
$argument
protected
TemplatePluginArgument
$argument
Methods
__construct()
protected
__construct(TemplatePluginArgument $argument) : mixed
Parameters
- $argument : TemplatePluginArgument
existsSmartyError()
エラーが存在するか。
protected
existsSmartyError(Template $smartyTemplate) : bool
Parameters
- $smartyTemplate : Template
Return values
boolexistsSmartyValues()
protected
existsSmartyValues(Template $smartyTemplate) : bool
Parameters
- $smartyTemplate : Template
Return values
boolgetSmartyErrors()
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