| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | trait ArrayIteratorTrait |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Returns an iterator for traversing the attributes in the ActiveRecord. |
||
| 20 | * |
||
| 21 | * This method is required by the interface {@see IteratorAggregate}. |
||
| 22 | * |
||
| 23 | * @return ArrayIterator an iterator for traversing the items in the list. |
||
| 24 | */ |
||
| 25 | public function getIterator(): ArrayIterator |
||
| 32 |