phpDocumentor

SerialItems
in package
implements IteratorAggregate

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$values  : array<string|int, Item>
create()  : self
Create instance.
getIterator()  : mixed
__construct()  : mixed
Constructor.

Properties

Methods

create()

Create instance.

public static create(Item ...$items) : self
Parameters
$items : Item
Return values
self

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>
Return values
mixed

Search results