$fieldset->is()
Compares the item to another one
$fieldset->is(Kirby\Cms\Item $item): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $itemrequired | Kirby\Cms\Item |
no default value |
Return type
bool
This method modifies the existing $fieldset object it is applied to and returns it again.
Parent class
Kirby\Cms\Fieldset
inherited from Kirby\Cms\Item