class Repeater 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

Methods

__construct(string $type, bool $buttonAsLink = false, bool $reorder = true, int|null $max = null, bool $allowCreate = true, string|null $relation = null, array|null $browserModule = null, bool $renderForBlocks = false, bool $renderForModal = false, string $label = null, string $name = null)

No description

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

No description

View
render()

No description

Details

__construct(string $type, bool $buttonAsLink = false, bool $reorder = true, int|null $max = null, bool $allowCreate = true, string|null $relation = null, array|null $browserModule = null, bool $renderForBlocks = false, bool $renderForModal = false, string $label = null, string $name = null)

No description

Parameters

string $type
bool $buttonAsLink
bool $reorder
int|null $max
bool $allowCreate
string|null $relation
array|null $browserModule
bool $renderForBlocks
bool $renderForModal
string $label
string $name

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