WithdrawalIds
in package
implements
IteratorAggregate
Class WithdrawalIds
Interfaces, Classes and Traits
- IteratorAggregate
Table of Contents
- $ids : array<string|int, WithdrawalId>
- create() : WithdrawalIds
- getIterator() : Traversable|array<string|int, WithdrawalId>
- toArray() : array<string|int, mixed>
- __construct() : mixed
- WithdrawalIds constructor.
Properties
$ids
private
array<string|int, WithdrawalId>
$ids
Methods
create()
public
static create(WithdrawalId ...$ids) : WithdrawalIds
Parameters
- $ids : WithdrawalId
Return values
WithdrawalIds —getIterator()
public
getIterator() : Traversable|array<string|int, WithdrawalId>
Return values
Traversable|array<string|int, WithdrawalId> —toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed> —__construct()
WithdrawalIds constructor.
private
__construct(array<string|int, mixed> $ids) : mixed
Parameters
- $ids : array<string|int, mixed>