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