Get multiple elements at once

Issue #11 resolved
Jon Elofson repo owner created an issue

Something like ``` $elements = $form->getElements(['id', 'name', 'age']);

Then you can loop through those three

Comments (1)

  1. Log in to comment