ITemplateBlockFunction
extends
ITemplateFunction
in
smarty 関数
Table of Contents
Methods
- functionBlockBody() : string
- 関数処理出力。
- functionBody() : string
- 関数処理出力。
- getFunctionName() : string
- 関数名取得。
Methods
functionBlockBody()
関数処理出力。
public
functionBlockBody(array<string, string> $params, mixed $content, Template $template, bool &$repeat) : string
Parameters
- $params : array<string, string>
- $content : mixed
- $template : Template
- $repeat : bool
Return values
string —HTML
functionBody()
関数処理出力。
public
functionBody(array<string, string> $params, Template $smarty) : string
Parameters
- $params : array<string, string>
- $smarty : Template
Return values
string —HTML
getFunctionName()
関数名取得。
public
getFunctionName() : string