phpDocumentor

Countries implements IteratorAggregate

Class Countries

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$countries  : array<string|int, mixed>
create()  : Countries
getIterator()  : Traversable|array<string|int, Country>
toArray()  : array<string|int, mixed>
__construct()  : mixed
Countries constructor.

Properties

$countries

private array<string|int, mixed> $countries

Methods

getIterator()

public getIterator() : Traversable|array<string|int, Country>
Return values
Traversable|array<string|int, Country>

toArray()

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

__construct()

Countries constructor.

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

Search results