Closed ericges closed 7 months ago
This eases passing as a parameter from within a nested context.
e.g.
public static function getFieldOptions(DataContainer $dc, ?GetDcaFieldsOptions $options = null) { System::getContainer()->get(Utils::class)->dca()->getDcaFields($dc->table, $options); }
This way we don't override the default options cunstructor.
Just a QoL improvement. Does not break backward compatibility.
This eases passing as a parameter from within a nested context.
e.g.
This way we don't override the default options cunstructor.
Just a QoL improvement. Does not break backward compatibility.