Port schenanigans, update/created timestamps.
This commit is contained in:
parent
17f90dedaa
commit
d0335760d7
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ abstract class AbstractCollection
|
|||
{
|
||||
protected array $contained = [];
|
||||
|
||||
public function __toArray() : array {
|
||||
return $this->contained;
|
||||
}
|
||||
|
||||
public function getIterator()
|
||||
{
|
||||
return new \ArrayIterator($this->contained);
|
||||
|
|
|
|||
Loading…
Reference in a new issue