PHP Class MailformHelper

Inheritance: extends BcFreezeHelper
Mostra file Open project: baserproject/basercms

Public Properties

Property Type Description
$helpers array ヘルパー

Public Methods

Method Description
authCaptcha ( $fieldName, array $options = [] ) 認証キャプチャを表示する
control ( string $type, string $fieldName, array $options, array $attributes = [] ) : string メールフィールドのデータよりコントロールを生成する
create ( array $model = null, array $options = [] ) : string create ファイル添付の対応のためにデフォルト値を変更

Method Details

authCaptcha() public method

認証キャプチャを表示する
public authCaptcha ( $fieldName, array $options = [] )
$options array オプション(初期値 : []) - `separate` : 画像と入力欄の区切り(初期値:'') - `class` : CSSクラス名(初期値:auth-captcha-image)

control() public method

メールフィールドのデータよりコントロールを生成する
public control ( string $type, string $fieldName, array $options, array $attributes = [] ) : string
$type string コントロールタイプ
$fieldName string フィールド文字列
$options array コントロールソース
$attributes array HTML属性
return string フォームコントロールのHTMLタグ

create() public method

create ファイル添付の対応のためにデフォルト値を変更
public create ( array $model = null, array $options = [] ) : string
$model array
$options array
return string

Property Details

$helpers public_oe property

ヘルパー
public array $helpers
return array