| 1 | <?php |
||
| 16 | class Rows |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * Returns rows of content as array. |
||
| 21 | * |
||
| 22 | * @param array $objects |
||
| 23 | * @param array $columns |
||
| 24 | * @return array |
||
| 25 | * @throws \Exception |
||
| 26 | * @throws \InvalidArgumentException |
||
| 27 | */ |
||
| 28 | public function render(array $objects = [], array $columns = array()) |
||
| 40 | } |
||
| 41 |