phpDocumentor

ShippingMethods implements IteratorAggregate

Class ShippingMethods

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$shippingMethods  : array<string|int, mixed>
create()  : ShippingMethods
getIterator()  : Traversable|array<string|int, ShippingMethod>
toArray()  : array<string|int, mixed>
__construct()  : mixed
ShippingMethods constructor.

Properties

Methods

toArray()

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

__construct()

ShippingMethods constructor.

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

Search results