ItemValues
in package
implements
IteratorAggregate
Class representing the value collection for a serial item.
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $values : array<string|int, ItemValue>
- Values.
- create() : ItemValues
- Create instance.
- getIterator() : mixed
- __construct() : mixed
- Constructor.
Properties
$values
Values.
private
array<string|int, ItemValue>
$values
Methods
create()
Create instance.
public
static create(ItemValue ...$values) : ItemValues
Parameters
- $values : ItemValue
-
Values.
Return values
ItemValues —Instance.
getIterator()
public
getIterator() : mixed
Tags
Return values
mixed —__construct()
Constructor.
private
__construct(array<string|int, mixed> $values) : mixed
Parameters
- $values : array<string|int, mixed>
-
Values.