\Acms\Services\View\ContractsViewInterface

Summary

Methods
Constants
init()
get()
render()
add()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

init()

init(string  $txt, \Acms\Services\View\Contracts\ACMS_Corrector  $Corrector = null) : boolean

テンプレートの初期化

Parameters

string $txt
\Acms\Services\View\Contracts\ACMS_Corrector $Corrector

Returns

boolean

get()

get() : string

テンプレートを文字列で取得する

Returns

string

render()

render(mixed  $vars) : string

テンプレートを組み立て文字列で取得する

Parameters

mixed $vars

Returns

string

add()

add(array|null  $blocks = array(), array  $vars = array()) : boolean

ブロック・変数を追加する

Parameters

array|null $blocks
array $vars

Returns

boolean