class SelectPermissions extends TwillFormComponent (View source)

Properties

Model|null $item from  TwillFormComponent
array $form_fields from  TwillFormComponent
string|null $formModuleName from  TwillFormComponent
string|null $routePrefix from  TwillFormComponent
bool $isUserForm
string $fctUpdatePermissionOptions

Methods

__construct(Collection $itemsInSelectsTables, string $labelKey, string $namePattern, bool $listUser = false, bool $searchable = false, array|null $options = null)

No description

string
formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

View
render()

No description

Details

__construct(Collection $itemsInSelectsTables, string $labelKey, string $namePattern, bool $listUser = false, bool $searchable = false, array|null $options = null)

No description

Parameters

Collection $itemsInSelectsTables
string $labelKey
string $namePattern
bool $listUser
bool $searchable
array|null $options

string formFieldName(bool $asAttributes = false, string|null $customName = null)

No description

Parameters

bool $asAttributes
string|null $customName

Return Value

string

View render()

No description

Return Value

View