\BlockFormHelper

ブロック編集画面用Helper

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

Summary

Methods
Properties
Constants
displayEditForm()
displayDeleteForm()
$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

$helpers

$helpers : array

Other helpers used by FormHelper

Type

array

Methods

displayEditForm()

displayEditForm(array  $options = array()) : string

ブロック編集のForm出力

Parameters

array $options

オプション

  • model モデル名
  • callback コールバックするelement
  • cancelUrl キャンセルURL
  • callbackOptions コールバックのオプション
  • options Form->create()のオプション
  • displayModified 更新情報を表示するかどうか

Returns

string —

HTML

displayDeleteForm()

displayDeleteForm(array  $options = array()) : string

ブロック削除のForm出力

Parameters

array $options

オプション

  • model モデル名
  • callback コールバックするelement
  • callbackOptions コールバックのオプション
  • url 削除アクション(省略可)
  • options Form->create()のオプション

Returns

string —

HTML