this adds a dynamic return type extension for Nette\Forms\Container::getUnsafeValues() added in nette/forms 3.1.2.
getUnsafeValues(), unlike getValues(), requires a parameter and doesn't support booleans so I went with a new class instead of multiple ifs in FormContainerValuesDynamicReturnTypeExtension.
Hi,
this adds a dynamic return type extension for
Nette\Forms\Container::getUnsafeValues()
added in nette/forms 3.1.2.getUnsafeValues()
, unlikegetValues()
, requires a parameter and doesn't support booleans so I went with a new class instead of multipleif
s inFormContainerValuesDynamicReturnTypeExtension
.Thanks!