phpDocumentor

ParcelServices implements IteratorAggregate

Class ParcelServices

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$parcelServices  : array<string|int, ParcelService>
create()  : ParcelServices
getIterator()  : Traversable|array<string|int, ParcelService>
toArray()  : array<string|int, mixed>
__construct()  : mixed
ParcelServices constructor.

Properties

Methods

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

__construct()

ParcelServices constructor.

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

Search results