\AutoUserRegistFormHelper

自動登録Helper

Add your application-wide methods in the class below, your helpers will inherit them.

Summary

Methods
Properties
Constants
beforeRender()
inputs()
input()
inputByCompletion()
$helpers
No constants found
No protected methods found
No protected properties found
N/A
__getField()
__getOptions()
No private properties found
N/A

Properties

Methods

beforeRender()

beforeRender(string  $viewFile) : void

Before render callback. beforeRender is called before the view file is rendered.

Overridden in subclasses.

Parameters

string $viewFile

The view file that is going to be rendered

inputs()

inputs(array  $userAttributes, boolean  $disabled) : string

データタイプに対するinputタグのHTML出力

Parameters

array $userAttributes

会員項目データ配列

boolean $disabled

Disabledの有無

Returns

string —

HTML

input()

input(array  $userAttribute, boolean  $disabled) : string

データタイプに対するinputタグのHTML出力

Parameters

array $userAttribute

会員項目データ配列

boolean $disabled

Disabledの有無

Returns

string —

HTML

inputByCompletion()

inputByCompletion(array  $userAttribute) : string

データタイプに対するinputタグのHTML出力(受付完了)

Parameters

array $userAttribute

会員項目データ配列

Returns

string —

HTML

__getField()

__getField(array  $userAttribute, string  $attributeKey) : string

フィールド名ゲット

Parameters

array $userAttribute

会員項目データ配列

string $attributeKey

userAttribute[UserAttribute][key]

Returns

string —

field name

__getOptions()

__getOptions(array  $userAttribute, boolean  $disabled, string  $colClass) : array

フィールド名ゲット

Parameters

array $userAttribute

会員項目データ配列

boolean $disabled

Disabledの有無

string $colClass

col css class

Returns

array —

option values