Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 401 Bytes

2023-04-19-make-an-array-struct-iterable.md

File metadata and controls

12 lines (10 loc) · 401 Bytes
title issue author author_email author_github
Make an array struct iterable and countable
NEXT-26250
Dominik Mank
d.mank@web-fabric.de
dominikmank

Core

  • Added \IteratorAggregate and \Countable to the Shopware\Core\Framework\Struct\ArrayStruct to allow iteration through the values and counting the values
  • Added test cases for the Shopware\Core\Framework\Struct\ArrayStruct