\UserAttributeLayoutHelper

会員項目のレイアウトで使用するHelper

このHelperを使う場合、 UserAttributes.UserAttributeLayoutComponent が読み込まれている必要がある。

Summary

Methods
Properties
Constants
beforeRender()
renderRow()
renderCol()
$helpers
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

Methods

beforeRender()

beforeRender(string  $viewFile) : void

CSS Style Sheetを読み込む

Parameters

string $viewFile

viewファイル

renderRow()

renderRow(string  $elementFile) : string

会員項目レイアウトのHTMLを出力する(段目)

Parameters

string $elementFile

elementファイル名

Returns

string —

HTML

renderCol()

renderCol(string  $elementFile, array  $layout) : string

会員項目レイアウトのHTMLを出力する(列)

Parameters

string $elementFile

elementファイル名

array $layout

userAttributeLayoutデータ配列

Returns

string —

HTML