Property | Type | Description | |
---|---|---|---|
$helpers | array | ヘルパー |
Method | Description | |
---|---|---|
authCaptcha ( $fieldName, array $options = [] ) | 認証キャプチャを表示する | |
control ( string $type, string $fieldName, array $options, array $attributes = [] ) : string | メールフィールドのデータよりコントロールを生成する | |
create ( array $model = null, array $options = [] ) : string | create ファイル添付の対応のためにデフォルト値を変更 |
public authCaptcha ( $fieldName, array $options = [] ) | ||
$options | array | オプション(初期値 : []) - `separate` : 画像と入力欄の区切り(初期値:'') - `class` : CSSクラス名(初期値:auth-captcha-image) |