$field->isLast()
Checks if the item is the last in the collection
$field->isLast(Kirby\Form\Fields|null $collection = null): bool
Parameters
Name | Type | Default |
---|---|---|
$collection | Kirby\Form\Fields ornull |
null
|
Return type
bool
This method modifies the existing $field
object it is applied to and returns it again.