\BlockRolePermissionFormHelper

BlockRolePermissionForm Helper

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

Summary

Methods
Properties
Constants
checkboxBlockRolePermission()
$helpers
No constants found
No protected methods found
No protected properties found
N/A
__inputBlockRolePermission()
No private properties found
N/A

Properties

$helpers

$helpers : array

使用するヘルパー

Type

array

Methods

checkboxBlockRolePermission()

checkboxBlockRolePermission(string  $fieldName, array  $attributes = array()) : string

BlockRolePermissionのチェックボックス表示

Parameters

string $fieldName

フィールド名

array $attributes

Formヘルパーのオプション

Returns

string —

HTML

__inputBlockRolePermission()

__inputBlockRolePermission(string  $model, string  $permission, string  $roleKey, array  $attributes = array()) : string

BlockRolePermissionのチェックボックス表示

Parameters

string $model

モデル名

string $permission

パーミッション

string $roleKey

ロールキー

array $attributes

Formヘルパーのオプション

Returns

string —

HTML