Query Get - ThomasWeinert/FluentDOM GitHub Wiki
FluentDOM\Query::get()
FluentDOM\Query get([ int $position = NULL ]);
Retrieve the matched DOM elements in an array. A negative position will be counted from the end.
FluentDOM\Query get([ int $position = NULL ]);
Retrieve the matched DOM elements in an array. A negative position will be counted from the end.