phpDocumentor

OrderIds implements IteratorAggregate

Class OrderIds

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$orderIds  : array<string|int, mixed>
__construct()  : mixed
OrderIds constructor.
getIterator()  : array<string|int, OrderId>
hash()  : string
Creates a 16chars long hash value representing the ids.
orderIdsWithComma()  : string

Properties

$orderIds

private array<string|int, mixed> $orderIds

Methods

__construct()

OrderIds constructor.

public __construct(OrderId ...$orderIds) : mixed
Parameters
$orderIds : OrderId
Return values
mixed

getIterator()

public getIterator() : array<string|int, OrderId>
Tags
inheritDoc
Return values
array<string|int, OrderId>

hash()

Creates a 16chars long hash value representing the ids.

public hash() : string
Return values
string

orderIdsWithComma()

public orderIdsWithComma() : string
Return values
string

Search results