phpDocumentor

Withdrawals 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

Methods

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>
Return values
mixed

Search results