throw new BadMethodCallException('Buttons cannot have children.'
);
} public function all(): array
{ return [];
} public function getErrors(bool
$deep = false, bool
$flatten = true
): FormErrorIterator
{ return new FormErrorIterator($this,
[]);
} /**
* Unsupported method.
*
* This method should not be invoked.
*
* @return $this
*/
public function setData(mixed
$modelData):
static {