TableRows
in package
implements
IteratorAggregate
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $values : array<string|int, Row>
- create() : self
- Create instance.
- getIterator() : ArrayIterator
- __construct() : mixed
- Constructor.
Properties
$values
private
array<string|int, Row>
$values
Methods
create()
Create instance.
public
static create(Row ...$rows) : self
Parameters
- $rows : Row
Return values
self —getIterator()
public
getIterator() : ArrayIterator
Tags
Return values
ArrayIterator —__construct()
Constructor.
private
__construct(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>