Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit c6866ee

Browse files
Added get rows
1 parent e1b39e0 commit c6866ee

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Rows.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ public function getIterator(): Traversable
6060
{
6161
return new ArrayIterator($this->rows);
6262
}
63+
64+
public function getRows(): array
65+
{
66+
return $this->rows;
67+
}
6368
}

0 commit comments

Comments
 (0)