phpDocumentor

ItemValues 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

Methods

getIterator()

public getIterator() : mixed
Tags
inheritDoc
Return values
mixed

__construct()

Constructor.

private __construct(array<string|int, mixed> $values) : mixed
Parameters
$values : array<string|int, mixed>

Values.

Return values
mixed

Search results