PHP Class MailformHelper

Inheritance: extends BcFreezeHelper
Afficher le fichier Open project: baserproject/basercms

Méthodes publiques

Свойство Type Description
$helpers array ヘルパー

Méthodes publiques

Méthode 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 méthode

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

control() public méthode

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

create() public méthode

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

Property Details

$helpers public_oe property

ヘルパー
public array $helpers
Résultat array