phpDocumentor

ThemeNameCollection
in package
implements IteratorAggregate

Class ThemeNameCollection

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$names  : array<string|int, ThemeNameInterface>
__construct()  : mixed
ThemeNameCollection constructor.
collect()  : ThemeNameCollection
Named constructor of ThemeNameCollection.
getIterator()  : ArrayIterator|Traversable
Returns an array iterator of the internal collected theme name instances.

Properties

Methods

getIterator()

Returns an array iterator of the internal collected theme name instances.

public getIterator() : ArrayIterator|Traversable

This method is used php internally, so instances of this class can be used in foreach loops.

Return values
ArrayIterator|Traversable

Search results