$helpers
$helpers : array
使用するヘルパー ただし、Roomヘルパーを使用する場合は、RoomComponentを呼び出している必要がある。
UserSearch Helper
Add your application-wide methods in the class below, your helpers will inherit them.
tableCell(array $user, string $modelName, string $fieldName, boolean $isEdit, boolean $tdElement, array $tdOptions) : string
テーブルセルの出力
array | $user | ユーザデータ |
string | $modelName | モデル名 |
string | $fieldName | 表示フィールド |
boolean | $isEdit | 編集の有無 |
boolean | $tdElement | tdタグの出力 |
array | $tdOptions | tdのオプション |
セルのHTMLタグ